Html Css Color HEX #77470F Raw Umber

📋 copy color: '#77470F'

red 119 ◦ green 71 ◦ blue 15

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

Shades of Raw Umber #77470F

Tints of Raw Umber #77470F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 34.63%

 BLUE value IS 15 (6.25% from 255) = 7.32%

R = 58.05%
G = 34.63%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#77470F (or 0x77470F) is known color: Raw Umber. HEX triplet: 77, 47 and 0F. RGB value is (119,71,15). Sum of RGB (Red+Green+Blue) = 119+71+15=205 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.05% from 205); Green value is 71 (28.12% from 255 or 34.63% from 205); Blue value is 15 (6.25% from 255 or 7.32% from 205); Max value from RGB is 119 - color contains mainly: red. Hex color #77470F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77470F is #88B8F0. Grayscale: #4F4F4F. Windows color (decimal): -8960241 or 1001335. OLE color: 1001335.

HSL color Cylindrical-coordinate representation of color #77470F: hue angle of 32.31º 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 #77470F is Cyan = 0, Magento = 0.40, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 71 15 -
CMYK 0 0.40 0.87 0.53
HSL 32.31º 0.78% 0.26% -
HSV(B) 32.31º 0.87% 0.47% -
XYZ 9.95 8.46 1.56 -
YUV 78.97 91.9 156.55 -
System Red Green Blue C M Y K H S L
Decimal 119 71 15 0 0.40 0.87 0.53 32.31 0.78 0.26
Hex 77 47 F 0 28 57 35 20 4E 1A
Octal 167 107 17 0 50 127 65 40 116 32
Binary 1110111 1000111 1111 0 101000 1010111 110101 100000 1001110 11010

Color Harmonies of #77470F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77470F

Black with #77470F

Text Example


Text Example

White with #77470F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #77470F;
 }
 .AnyTagClassName
 {
   color: #77470F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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