#77540C

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

Shades of Raw Umber #77540C

Tints of Raw Umber #77540C

Color information

#77540C (or 0x77540C) is unknown color: approx Raw Umber. HEX triplet: 77, 54 and 0C. RGB value is (119,84,12). Sum of RGB (Red+Green+Blue) = 119+84+12=215 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.35% from 215); Green value is 84 (33.20% from 255 or 39.07% from 215); Blue value is 12 (5.08% from 255 or 5.58% from 215); Max value from RGB is 119 - color contains mainly: red. Hex color #77540C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77540C is #88ABF3. Grayscale: #565656. Windows color (decimal): -8956916 or 808055. OLE color: 808055.

HSL color Cylindrical-coordinate representation of color #77540C: hue angle of 40.37º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #77540C is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB1198412-
CMYK00.290.900.53
HSL40.37º81.68%25.69%-
HSV(B)40.37º89.92%46.67%-
XYZ10.8410.291.76-
YUV86.2686.1151.35-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 55.35%
GREEN value IS 84 (33.20% from 255) = 39.07%
BLUE value IS 12 (5.08% from 255) = 5.58%
R=55.35%
G=39.07%
B=5.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119841200.290.900.5340.3781.6825.69
Hex7754C01D5A3528521a
Octal16712414035132655012232
Binary1110111101010011000111011011010110101101000101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77540C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77540C; }

 p { color: rgb(119,84,12); }

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

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

 a { background-color: rgb(119,84,12); }

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

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

 span { border-color: rgb(119,84,12); }

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