#77550F

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

Shades of Raw Umber #77550F

Tints of Raw Umber #77550F

Color information

#77550F (or 0x77550F) is unknown color: approx Raw Umber. HEX triplet: 77, 55 and 0F. RGB value is (119,85,15). Sum of RGB (Red+Green+Blue) = 119+85+15=219 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.34% from 219); Green value is 85 (33.59% from 255 or 38.81% from 219); Blue value is 15 (6.25% from 255 or 6.85% from 219); Max value from RGB is 119 - color contains mainly: red. Hex color #77550F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77550F is #88AAF0. Grayscale: #575757. Windows color (decimal): -8956657 or 1004919. OLE color: 1004919.

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

Color convert

RGB1198515-
CMYK00.290.870.53
HSL40.38º77.61%26.27%-
HSV(B)40.38º87.39%46.67%-
XYZ10.9410.451.89-
YUV87.1987.26150.69-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 54.34%
GREEN value IS 85 (33.59% from 255) = 38.81%
BLUE value IS 15 (6.25% from 255) = 6.85%
R=54.34%
G=38.81%
B=6.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119851500.290.870.5340.3877.6126.27
Hex7755F01D5735284e1a
Octal16712517035127655011632
Binary1110111101010111110111011010111110101101000100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77550F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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