#775000

Color #775000 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #775000

Tints of Raw Umber #775000

Color information

#775000 (or 0x775000) is unknown color: approx Raw Umber. HEX triplet: 77, 50 and 00. RGB value is (119,80,0). Sum of RGB (Red+Green+Blue) = 119+80+0=199 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.80% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 0 (0.39% from 255 or 0% from 199); Max value from RGB is 119 - color contains mainly: red. Hex color #775000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775000 is #88AFFF. Grayscale: #525252. Windows color (decimal): -8957952 or 20599. OLE color: 20599.

HSL color Cylindrical-coordinate representation of color #775000: hue angle of 40.34º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #775000 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB119800-
CMYK00.3310.53
HSL40.34º100%23.33%-
HSV(B)40.34º100%46.67%-
XYZ10.489.661.31-
YUV82.5481.42154-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 119 (46.88% from 255) = 59.80%
GREEN value IS 80 (31.64% from 255) = 40.20%
BLUE value IS 0 (0.39% from 255) = 0%
R=59.80%
G=40.20%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 1
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11980000.3310.5340.3410023.33
Hex775000216435286417
Octal1671200041144655014427
Binary11101111010000001000011100100110101101000110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775000; }

 p { color: rgb(119,80,0); }

 H1.HeaderClassName
 {
   color: #775000;
 }
 .AnyTagClassName
 {
   color: #775000;
 }
</style>
background-color css

<style>
 a { background-color: #775000; }

 a { background-color: rgb(119,80,0); }

 div.DivClassName
 {
   background-color: #775000;
 }
 .BgClassName
 {
   background-color: #775000;
 }
</style>
border-color css

<style>
 span { border-color: #775000; }

 span { border-color: rgb(119,80,0); }

 td.TdClassName
 {
   border-color: #775000;
 }
 .TagClassName
 {
   border-color: #775000;
 }
</style>