#775108

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

Shades of Raw Umber #775108

Tints of Raw Umber #775108

Color information

#775108 (or 0x775108) is unknown color: approx Raw Umber. HEX triplet: 77, 51 and 08. RGB value is (119,81,8). Sum of RGB (Red+Green+Blue) = 119+81+8=208 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.21% from 208); Green value is 81 (32.03% from 255 or 38.94% from 208); Blue value is 8 (3.52% from 255 or 3.85% from 208); Max value from RGB is 119 - color contains mainly: red. Hex color #775108 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775108 is #88AEF7. Grayscale: #545454. Windows color (decimal): -8957688 or 545143. OLE color: 545143.

HSL color Cylindrical-coordinate representation of color #775108: hue angle of 39.46º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #775108 is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.53.

Color convert

RGB119818-
CMYK00.320.930.53
HSL39.46º87.4%24.9%-
HSV(B)39.46º93.28%46.67%-
XYZ10.599.821.57-
YUV84.0485.09152.94-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 57.21%
GREEN value IS 81 (32.03% from 255) = 38.94%
BLUE value IS 8 (3.52% from 255) = 3.85%
R=57.21%
G=38.94%
B=3.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11981800.320.930.5339.4687.424.9
Hex775180205D35275719
Octal16712110040135654712731
Binary11101111010001100001000001011101110101100111101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775108; }

 p { color: rgb(119,81,8); }

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

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

 a { background-color: rgb(119,81,8); }

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

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

 span { border-color: rgb(119,81,8); }

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