#77520E

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

Shades of Raw Umber #77520E

Tints of Raw Umber #77520E

Color information

#77520E (or 0x77520E) is unknown color: approx Raw Umber. HEX triplet: 77, 52 and 0E. RGB value is (119,82,14). Sum of RGB (Red+Green+Blue) = 119+82+14=215 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.35% from 215); Green value is 82 (32.42% from 255 or 38.14% from 215); Blue value is 14 (5.86% from 255 or 6.51% from 215); Max value from RGB is 119 - color contains mainly: red. Hex color #77520E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77520E is #88ADF1. Grayscale: #555555. Windows color (decimal): -8957426 or 938615. OLE color: 938615.

HSL color Cylindrical-coordinate representation of color #77520E: hue angle of 38.86º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #77520E is Cyan = 0, Magento = 0.31, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB1198214-
CMYK00.310.880.53
HSL38.86º78.95%26.08%-
HSV(B)38.86º88.24%46.67%-
XYZ10.79.991.78-
YUV85.3187.76152.03-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 55.35%
GREEN value IS 82 (32.42% from 255) = 38.14%
BLUE value IS 14 (5.86% from 255) = 6.51%
R=55.35%
G=38.14%
B=6.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119821400.310.880.5338.8678.9526.08
Hex7752E01F5835274f1a
Octal16712216037130654711732
Binary1110111101001011100111111011000110101100111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77520E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77520E; }

 p { color: rgb(119,82,14); }

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

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

 a { background-color: rgb(119,82,14); }

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

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

 span { border-color: rgb(119,82,14); }

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