Html Css Color HEX #775212 Raw Umber

📋 copy color: '#775212'

red 119 ◦ green 82 ◦ blue 18

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

Shades of Raw Umber #775212

Tints of Raw Umber #775212

RGB

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

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

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

R = 54.34%
G = 37.44%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#775212 (or 0x775212) is known color: Raw Umber. HEX triplet: 77, 52 and 12. RGB value is (119,82,18). Sum of RGB (Red+Green+Blue) = 119+82+18=219 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.34% from 219); Green value is 82 (32.42% from 255 or 37.44% from 219); Blue value is 18 (7.42% from 255 or 8.22% from 219); Max value from RGB is 119 - color contains mainly: red. Hex color #775212 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775212 is #88ADED. Grayscale: #565656. Windows color (decimal): -8957422 or 1200759. OLE color: 1200759.

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

Color convert

RGB 119 82 18 -
CMYK 0 0.31 0.85 0.53
HSL 38.02º 0.74% 0.27% -
HSV(B) 38.02º 0.85% 0.47% -
XYZ 10.73 10 1.94 -
YUV 85.77 89.76 151.7 -
System Red Green Blue C M Y K H S L
Decimal 119 82 18 0 0.31 0.85 0.53 38.02 0.74 0.27
Hex 77 52 12 0 1F 55 35 26 4A 1B
Octal 167 122 22 0 37 125 65 46 112 33
Binary 1110111 1010010 10010 0 11111 1010101 110101 100110 1001010 11011

Color Harmonies of #775212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775212

Black with #775212

Text Example


Text Example

White with #775212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775212; }

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

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

background-color css

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

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

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

border-color css

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

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

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