Html Css Color HEX #775211 Raw Umber

📋 copy color: '#775211'

red 119 ◦ green 82 ◦ blue 17

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

Shades of Raw Umber #775211

Tints of Raw Umber #775211

RGB

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

 GREEN value IS 82 (32.42% from 255) = 37.61%

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

R = 54.59%
G = 37.61%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.86

 K value IS 0.53

RGB Variations

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

Color information

#775211 (or 0x775211) is known color: Raw Umber. HEX triplet: 77, 52 and 11. RGB value is (119,82,17). Sum of RGB (Red+Green+Blue) = 119+82+17=218 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.59% from 218); Green value is 82 (32.42% from 255 or 37.61% from 218); Blue value is 17 (7.03% from 255 or 7.80% from 218); Max value from RGB is 119 - color contains mainly: red. Hex color #775211 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775211 is #88ADEE. Grayscale: #555555. Windows color (decimal): -8957423 or 1135223. OLE color: 1135223.

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

Color convert

RGB 119 82 17 -
CMYK 0 0.31 0.86 0.53
HSL 38.24º 0.75% 0.27% -
HSV(B) 38.24º 0.86% 0.47% -
XYZ 10.73 10 1.89 -
YUV 85.65 89.26 151.79 -
System Red Green Blue C M Y K H S L
Decimal 119 82 17 0 0.31 0.86 0.53 38.24 0.75 0.27
Hex 77 52 11 0 1F 56 35 26 4B 1B
Octal 167 122 21 0 37 126 65 46 113 33
Binary 1110111 1010010 10001 0 11111 1010110 110101 100110 1001011 11011

Color Harmonies of #775211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775211

Black with #775211

Text Example


Text Example

White with #775211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775211; }

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

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

background-color css

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

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

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

border-color css

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

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

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