#77550C

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

Shades of Raw Umber #77550C

Tints of Raw Umber #77550C

Color information

#77550C (or 0x77550C) is unknown color: approx Raw Umber. HEX triplet: 77, 55 and 0C. RGB value is (119,85,12). Sum of RGB (Red+Green+Blue) = 119+85+12=216 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.09% from 216); Green value is 85 (33.59% from 255 or 39.35% from 216); Blue value is 12 (5.08% from 255 or 5.56% from 216); Max value from RGB is 119 - color contains mainly: red. Hex color #77550C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77550C is #88AAF3. Grayscale: #575757. Windows color (decimal): -8956660 or 808311. OLE color: 808311.

HSL color Cylindrical-coordinate representation of color #77550C: hue angle of 40.93º 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 #77550C is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB1198512-
CMYK00.290.900.53
HSL40.93º81.68%25.69%-
HSV(B)40.93º89.92%46.67%-
XYZ10.9210.451.79-
YUV86.8485.76150.94-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 55.09%
GREEN value IS 85 (33.59% from 255) = 39.35%
BLUE value IS 12 (5.08% from 255) = 5.56%
R=55.09%
G=39.35%
B=5.56%

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
Decimal119851200.290.900.5340.9381.6825.69
Hex7755C01D5A3529521a
Octal16712514035132655112232
Binary1110111101010111000111011011010110101101001101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77550C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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