Html Css Color HEX #775716 Raw Umber

📋 copy color: '#775716'

red 119 ◦ green 87 ◦ blue 22

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

Shades of Raw Umber #775716

Tints of Raw Umber #775716

RGB

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

 GREEN value IS 87 (34.38% from 255) = 38.16%

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

R = 52.19%
G = 38.16%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#775716 (or 0x775716) is known color: Raw Umber. HEX triplet: 77, 57 and 16. RGB value is (119,87,22). Sum of RGB (Red+Green+Blue) = 119+87+22=228 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.19% from 228); Green value is 87 (34.38% from 255 or 38.16% from 228); Blue value is 22 (8.98% from 255 or 9.65% from 228); Max value from RGB is 119 - color contains mainly: red. Hex color #775716 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775716 is #88A8E9. Grayscale: #595959. Windows color (decimal): -8956138 or 1464183. OLE color: 1464183.

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

Color convert

RGB 119 87 22 -
CMYK 0 0.27 0.82 0.53
HSL 40.21º 0.69% 0.28% -
HSV(B) 40.21º 0.82% 0.47% -
XYZ 11.16 10.8 2.25 -
YUV 89.16 90.1 149.29 -
System Red Green Blue C M Y K H S L
Decimal 119 87 22 0 0.27 0.82 0.53 40.21 0.69 0.28
Hex 77 57 16 0 1B 52 35 28 45 1C
Octal 167 127 26 0 33 122 65 50 105 34
Binary 1110111 1010111 10110 0 11011 1010010 110101 101000 1000101 11100

Color Harmonies of #775716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775716

Black with #775716

Text Example


Text Example

White with #775716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775716; }

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

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

background-color css

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

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

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

border-color css

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

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

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