Html Css Color HEX #774212 Raw Umber

📋 copy color: '#774212'

red 119 ◦ green 66 ◦ blue 18

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

Shades of Raw Umber #774212

Tints of Raw Umber #774212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.87%

R = 58.62%
G = 32.51%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#774212 (or 0x774212) is known color: Raw Umber. HEX triplet: 77, 42 and 12. RGB value is (119,66,18). Sum of RGB (Red+Green+Blue) = 119+66+18=203 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.62% from 203); Green value is 66 (26.17% from 255 or 32.51% from 203); Blue value is 18 (7.42% from 255 or 8.87% from 203); Max value from RGB is 119 - color contains mainly: red. Hex color #774212 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774212 is #88BDED. Grayscale: #4C4C4C. Windows color (decimal): -8961518 or 1196663. OLE color: 1196663.

HSL color Cylindrical-coordinate representation of color #774212: hue angle of 28.51º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #774212 is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 66 18 -
CMYK 0 0.45 0.85 0.53
HSL 28.51º 0.74% 0.27% -
HSV(B) 28.51º 0.85% 0.47% -
XYZ 9.67 7.86 1.58 -
YUV 76.38 95.06 158.4 -
System Red Green Blue C M Y K H S L
Decimal 119 66 18 0 0.45 0.85 0.53 28.51 0.74 0.27
Hex 77 42 12 0 2D 55 35 1D 4A 1B
Octal 167 102 22 0 55 125 65 35 112 33
Binary 1110111 1000010 10010 0 101101 1010101 110101 11101 1001010 11011

Color Harmonies of #774212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774212

Black with #774212

Text Example


Text Example

White with #774212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774212; }

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

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

background-color css

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

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

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

border-color css

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

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

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