#77550D

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

Shades of Raw Umber #77550D

Tints of Raw Umber #77550D

Color information

#77550D (or 0x77550D) is unknown color: approx Raw Umber. HEX triplet: 77, 55 and 0D. RGB value is (119,85,13). Sum of RGB (Red+Green+Blue) = 119+85+13=217 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.84% from 217); Green value is 85 (33.59% from 255 or 39.17% from 217); Blue value is 13 (5.47% from 255 or 5.99% from 217); Max value from RGB is 119 - color contains mainly: red. Hex color #77550D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77550D is #88AAF2. Grayscale: #575757. Windows color (decimal): -8956659 or 873847. OLE color: 873847.

HSL color Cylindrical-coordinate representation of color #77550D: hue angle of 40.75º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #77550D is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB1198513-
CMYK00.290.890.53
HSL40.75º80.3%25.88%-
HSV(B)40.75º89.08%46.67%-
XYZ10.9310.451.82-
YUV86.9686.26150.85-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 54.84%
GREEN value IS 85 (33.59% from 255) = 39.17%
BLUE value IS 13 (5.47% from 255) = 5.99%
R=54.84%
G=39.17%
B=5.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.89
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119851300.290.890.5340.7580.325.88
Hex7755D01D593529501a
Octal16712515035131655112032
Binary1110111101010111010111011011001110101101001101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77550D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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