Html Css Color HEX #774011 Raw Umber

📋 copy color: '#774011'

red 119 ◦ green 64 ◦ blue 17

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

Shades of Raw Umber #774011

Tints of Raw Umber #774011

RGB

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

 GREEN value IS 64 (25.39% from 255) = 32%

 BLUE value IS 17 (7.03% from 255) = 8.5%

R = 59.5%
G = 32%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.86

 K value IS 0.53

RGB Variations

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

Color information

#774011 (or 0x774011) is known color: Raw Umber. HEX triplet: 77, 40 and 11. RGB value is (119,64,17). Sum of RGB (Red+Green+Blue) = 119+64+17=200 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.5% from 200); Green value is 64 (25.39% from 255 or 32% from 200); Blue value is 17 (7.03% from 255 or 8.5% from 200); Max value from RGB is 119 - color contains mainly: red. Hex color #774011 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774011 is #88BFEE. Grayscale: #4B4B4B. Windows color (decimal): -8962031 or 1130615. OLE color: 1130615.

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

Color convert

RGB 119 64 17 -
CMYK 0 0.46 0.86 0.53
HSL 27.65º 0.75% 0.27% -
HSV(B) 27.65º 0.86% 0.47% -
XYZ 9.54 7.63 1.5 -
YUV 75.09 95.22 159.32 -
System Red Green Blue C M Y K H S L
Decimal 119 64 17 0 0.46 0.86 0.53 27.65 0.75 0.27
Hex 77 40 11 0 2E 56 35 1C 4B 1B
Octal 167 100 21 0 56 126 65 34 113 33
Binary 1110111 1000000 10001 0 101110 1010110 110101 11100 1001011 11011

Color Harmonies of #774011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774011

Black with #774011

Text Example


Text Example

White with #774011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774011; }

 p { color: rgb(119,64,17); }

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

background-color css

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

 a { background-color: rgb(119,64,17); }

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

border-color css

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

 span { border-color: rgb(119,64,17); }

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