Html Css Color HEX #775616 Raw Umber

📋 copy color: '#775616'

red 119 ◦ green 86 ◦ blue 22

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

Shades of Raw Umber #775616

Tints of Raw Umber #775616

RGB

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

 GREEN value IS 86 (33.98% from 255) = 37.89%

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

R = 52.42%
G = 37.89%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#775616 (or 0x775616) is known color: Raw Umber. HEX triplet: 77, 56 and 16. RGB value is (119,86,22). Sum of RGB (Red+Green+Blue) = 119+86+22=227 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.42% from 227); Green value is 86 (33.98% from 255 or 37.89% from 227); Blue value is 22 (8.98% from 255 or 9.69% from 227); Max value from RGB is 119 - color contains mainly: red. Hex color #775616 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775616 is #88A9E9. Grayscale: #585858. Windows color (decimal): -8956394 or 1463927. OLE color: 1463927.

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

Color convert

RGB 119 86 22 -
CMYK 0 0.28 0.82 0.53
HSL 39.59º 0.69% 0.28% -
HSV(B) 39.59º 0.82% 0.47% -
XYZ 11.08 10.64 2.23 -
YUV 88.57 90.43 149.7 -
System Red Green Blue C M Y K H S L
Decimal 119 86 22 0 0.28 0.82 0.53 39.59 0.69 0.28
Hex 77 56 16 0 1C 52 35 28 45 1C
Octal 167 126 26 0 34 122 65 50 105 34
Binary 1110111 1010110 10110 0 11100 1010010 110101 101000 1000101 11100

Color Harmonies of #775616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775616

Black with #775616

Text Example


Text Example

White with #775616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775616; }

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

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

background-color css

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

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

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

border-color css

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

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

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