Html Css Color HEX #775116 Raw Umber

📋 copy color: '#775116'

red 119 ◦ green 81 ◦ blue 22

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

Shades of Raw Umber #775116

Tints of Raw Umber #775116

RGB

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

 GREEN value IS 81 (32.03% from 255) = 36.49%

 BLUE value IS 22 (8.98% from 255) = 9.91%

R = 53.6%
G = 36.49%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#775116 (or 0x775116) is known color: Raw Umber. HEX triplet: 77, 51 and 16. RGB value is (119,81,22). Sum of RGB (Red+Green+Blue) = 119+81+22=222 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.60% from 222); Green value is 81 (32.03% from 255 or 36.49% from 222); Blue value is 22 (8.98% from 255 or 9.91% from 222); Max value from RGB is 119 - color contains mainly: red. Hex color #775116 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775116 is #88AEE9. Grayscale: #555555. Windows color (decimal): -8957674 or 1462647. OLE color: 1462647.

HSL color Cylindrical-coordinate representation of color #775116: hue angle of 36.49º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #775116 is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 81 22 -
CMYK 0 0.32 0.82 0.53
HSL 36.49º 0.69% 0.28% -
HSV(B) 36.49º 0.82% 0.47% -
XYZ 10.7 9.86 2.1 -
YUV 85.64 92.09 151.8 -
System Red Green Blue C M Y K H S L
Decimal 119 81 22 0 0.32 0.82 0.53 36.49 0.69 0.28
Hex 77 51 16 0 20 52 35 24 45 1C
Octal 167 121 26 0 40 122 65 44 105 34
Binary 1110111 1010001 10110 0 100000 1010010 110101 100100 1000101 11100

Color Harmonies of #775116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775116

Black with #775116

Text Example


Text Example

White with #775116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775116; }

 p { color: rgb(119,81,22); }

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

background-color css

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

 a { background-color: rgb(119,81,22); }

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

border-color css

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

 span { border-color: rgb(119,81,22); }

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