Html Css Color HEX #774112 Raw Umber

📋 copy color: '#774112'

red 119 ◦ green 65 ◦ blue 18

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

Shades of Raw Umber #774112

Tints of Raw Umber #774112

RGB

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

 GREEN value IS 65 (25.78% from 255) = 32.18%

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

R = 58.91%
G = 32.18%
B = 8.91%

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

#774112 (or 0x774112) is known color: Raw Umber. HEX triplet: 77, 41 and 12. RGB value is (119,65,18). Sum of RGB (Red+Green+Blue) = 119+65+18=202 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.91% from 202); Green value is 65 (25.78% from 255 or 32.18% from 202); Blue value is 18 (7.42% from 255 or 8.91% from 202); Max value from RGB is 119 - color contains mainly: red. Hex color #774112 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774112 is #88BEED. Grayscale: #4C4C4C. Windows color (decimal): -8961774 or 1196407. OLE color: 1196407.

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

Color convert

RGB 119 65 18 -
CMYK 0 0.45 0.85 0.53
HSL 27.92º 0.74% 0.27% -
HSV(B) 27.92º 0.85% 0.47% -
XYZ 9.61 7.75 1.56 -
YUV 75.79 95.39 158.82 -
System Red Green Blue C M Y K H S L
Decimal 119 65 18 0 0.45 0.85 0.53 27.92 0.74 0.27
Hex 77 41 12 0 2D 55 35 1C 4A 1B
Octal 167 101 22 0 55 125 65 34 112 33
Binary 1110111 1000001 10010 0 101101 1010101 110101 11100 1001010 11011

Color Harmonies of #774112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774112

Black with #774112

Text Example


Text Example

White with #774112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774112; }

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

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

background-color css

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

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

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

border-color css

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

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

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