Html Css Color HEX #77570D Raw Umber

📋 copy color: '#77570D'

red 119 ◦ green 87 ◦ blue 13

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

Shades of Raw Umber #77570D

Tints of Raw Umber #77570D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.94%

R = 54.34%
G = 39.73%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#77570D (or 0x77570D) is known color: Raw Umber. HEX triplet: 77, 57 and 0D. RGB value is (119,87,13). Sum of RGB (Red+Green+Blue) = 119+87+13=219 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.34% from 219); Green value is 87 (34.38% from 255 or 39.73% from 219); Blue value is 13 (5.47% from 255 or 5.94% from 219); Max value from RGB is 119 - color contains mainly: red. Hex color #77570D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77570D is #88A8F2. Grayscale: #585858. Windows color (decimal): -8956147 or 874359. OLE color: 874359.

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

Color convert

RGB 119 87 13 -
CMYK 0 0.27 0.89 0.53
HSL 41.89º 0.8% 0.26% -
HSV(B) 41.89º 0.89% 0.47% -
XYZ 11.09 10.77 1.87 -
YUV 88.13 85.6 150.02 -
System Red Green Blue C M Y K H S L
Decimal 119 87 13 0 0.27 0.89 0.53 41.89 0.8 0.26
Hex 77 57 D 0 1B 59 35 2A 50 1A
Octal 167 127 15 0 33 131 65 52 120 32
Binary 1110111 1010111 1101 0 11011 1011001 110101 101010 1010000 11010

Color Harmonies of #77570D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77570D

Black with #77570D

Text Example


Text Example

White with #77570D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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