Html Css Color HEX #77420D Raw Umber

📋 copy color: '#77420D'

red 119 ◦ green 66 ◦ blue 13

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

Shades of Raw Umber #77420D

Tints of Raw Umber #77420D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 33.33%

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

R = 60.1%
G = 33.33%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#77420D (or 0x77420D) is known color: Raw Umber. HEX triplet: 77, 42 and 0D. RGB value is (119,66,13). Sum of RGB (Red+Green+Blue) = 119+66+13=198 (26% of max value = 765). Red value is 119 (46.88% from 255 or 60.10% from 198); Green value is 66 (26.17% from 255 or 33.33% from 198); Blue value is 13 (5.47% from 255 or 6.57% from 198); Max value from RGB is 119 - color contains mainly: red. Hex color #77420D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77420D is #88BDF2. Grayscale: #4C4C4C. Windows color (decimal): -8961523 or 868983. OLE color: 868983.

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

Color convert

RGB 119 66 13 -
CMYK 0 0.45 0.89 0.53
HSL 30º 0.8% 0.26% -
HSV(B) 30º 0.89% 0.47% -
XYZ 9.63 7.85 1.39 -
YUV 75.81 92.56 158.81 -
System Red Green Blue C M Y K H S L
Decimal 119 66 13 0 0.45 0.89 0.53 30 0.8 0.26
Hex 77 42 D 0 2D 59 35 1E 50 1A
Octal 167 102 15 0 55 131 65 36 120 32
Binary 1110111 1000010 1101 0 101101 1011001 110101 11110 1010000 11010

Color Harmonies of #77420D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77420D

Black with #77420D

Text Example


Text Example

White with #77420D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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