Html Css Color HEX #775110 Raw Umber

📋 copy color: '#775110'

red 119 ◦ green 81 ◦ blue 16

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

Shades of Raw Umber #775110

Tints of Raw Umber #775110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.41%

R = 55.09%
G = 37.5%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#775110 (or 0x775110) is known color: Raw Umber. HEX triplet: 77, 51 and 10. RGB value is (119,81,16). Sum of RGB (Red+Green+Blue) = 119+81+16=216 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.09% from 216); Green value is 81 (32.03% from 255 or 37.5% from 216); Blue value is 16 (6.64% from 255 or 7.41% from 216); Max value from RGB is 119 - color contains mainly: red. Hex color #775110 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775110 is #88AEEF. Grayscale: #555555. Windows color (decimal): -8957680 or 1069431. OLE color: 1069431.

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

Color convert

RGB 119 81 16 -
CMYK 0 0.32 0.87 0.53
HSL 37.86º 0.76% 0.26% -
HSV(B) 37.86º 0.87% 0.47% -
XYZ 10.64 9.84 1.83 -
YUV 84.95 89.09 152.29 -
System Red Green Blue C M Y K H S L
Decimal 119 81 16 0 0.32 0.87 0.53 37.86 0.76 0.26
Hex 77 51 10 0 20 57 35 26 4C 1A
Octal 167 121 20 0 40 127 65 46 114 32
Binary 1110111 1010001 10000 0 100000 1010111 110101 100110 1001100 11010

Color Harmonies of #775110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775110

Black with #775110

Text Example


Text Example

White with #775110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775110; }

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

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

background-color css

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

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

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

border-color css

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

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

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