Html Css Color HEX #77460E Raw Umber

📋 copy color: '#77460E'

red 119 ◦ green 70 ◦ blue 14

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

Shades of Raw Umber #77460E

Tints of Raw Umber #77460E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 34.48%

 BLUE value IS 14 (5.86% from 255) = 6.9%

R = 58.62%
G = 34.48%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.88

 K value IS 0.53

RGB Variations

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

Color information

#77460E (or 0x77460E) is known color: Raw Umber. HEX triplet: 77, 46 and 0E. RGB value is (119,70,14). Sum of RGB (Red+Green+Blue) = 119+70+14=203 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.62% from 203); Green value is 70 (27.73% from 255 or 34.48% from 203); Blue value is 14 (5.86% from 255 or 6.90% from 203); Max value from RGB is 119 - color contains mainly: red. Hex color #77460E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77460E is #88B9F1. Grayscale: #4E4E4E. Windows color (decimal): -8960498 or 935543. OLE color: 935543.

HSL color Cylindrical-coordinate representation of color #77460E: hue angle of 32º 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 #77460E is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 70 14 -
CMYK 0 0.41 0.88 0.53
HSL 32º 0.79% 0.26% -
HSV(B) 32º 0.88% 0.47% -
XYZ 9.88 8.33 1.5 -
YUV 78.27 91.73 157.05 -
System Red Green Blue C M Y K H S L
Decimal 119 70 14 0 0.41 0.88 0.53 32 0.79 0.26
Hex 77 46 E 0 29 58 35 20 4F 1A
Octal 167 106 16 0 51 130 65 40 117 32
Binary 1110111 1000110 1110 0 101001 1011000 110101 100000 1001111 11010

Color Harmonies of #77460E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77460E

Black with #77460E

Text Example


Text Example

White with #77460E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #77460E;
 }
 .AnyTagClassName
 {
   color: #77460E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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