Html Css Color HEX #77570C Raw Umber

📋 copy color: '#77570C'

red 119 ◦ green 87 ◦ blue 12

#77570C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raw Umber #77570C

Tints of Raw Umber #77570C

RGB

 RED value IS 119 (46.88% from 255) = 54.59%

 GREEN value IS 87 (34.38% from 255) = 39.91%

 BLUE value IS 12 (5.08% from 255) = 5.5%

R = 54.59%
G = 39.91%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#77570C (or 0x77570C) is known color: Raw Umber. HEX triplet: 77, 57 and 0C. RGB value is (119,87,12). Sum of RGB (Red+Green+Blue) = 119+87+12=218 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.59% from 218); Green value is 87 (34.38% from 255 or 39.91% from 218); Blue value is 12 (5.08% from 255 or 5.50% from 218); Max value from RGB is 119 - color contains mainly: red. Hex color #77570C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77570C is #88A8F3. Grayscale: #585858. Windows color (decimal): -8956148 or 808823. OLE color: 808823.

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

Color convert

RGB 119 87 12 -
CMYK 0 0.27 0.90 0.53
HSL 42.06º 0.82% 0.26% -
HSV(B) 42.06º 0.9% 0.47% -
XYZ 11.08 10.76 1.84 -
YUV 88.02 85.1 150.1 -
System Red Green Blue C M Y K H S L
Decimal 119 87 12 0 0.27 0.90 0.53 42.06 0.82 0.26
Hex 77 57 C 0 1B 5A 35 2A 52 1A
Octal 167 127 14 0 33 132 65 52 122 32
Binary 1110111 1010111 1100 0 11011 1011010 110101 101010 1010010 11010

Color Harmonies of #77570C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77570C

Black with #77570C

Text Example


Text Example

White with #77570C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #77570C;
 }
 .AnyTagClassName
 {
   color: #77570C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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