Html Css Color HEX #775614 Raw Umber

📋 copy color: '#775614'

red 119 ◦ green 86 ◦ blue 20

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

Shades of Raw Umber #775614

Tints of Raw Umber #775614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.89%

R = 52.89%
G = 38.22%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#775614 (or 0x775614) is known color: Raw Umber. HEX triplet: 77, 56 and 14. RGB value is (119,86,20). Sum of RGB (Red+Green+Blue) = 119+86+20=225 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.89% from 225); Green value is 86 (33.98% from 255 or 38.22% from 225); Blue value is 20 (8.20% from 255 or 8.89% from 225); Max value from RGB is 119 - color contains mainly: red. Hex color #775614 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775614 is #88A9EB. Grayscale: #585858. Windows color (decimal): -8956396 or 1332855. OLE color: 1332855.

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

Color convert

RGB 119 86 20 -
CMYK 0 0.28 0.83 0.53
HSL 40º 0.71% 0.27% -
HSV(B) 40º 0.83% 0.47% -
XYZ 11.06 10.63 2.13 -
YUV 88.34 89.43 149.87 -
System Red Green Blue C M Y K H S L
Decimal 119 86 20 0 0.28 0.83 0.53 40 0.71 0.27
Hex 77 56 14 0 1C 53 35 28 47 1B
Octal 167 126 24 0 34 123 65 50 107 33
Binary 1110111 1010110 10100 0 11100 1010011 110101 101000 1000111 11011

Color Harmonies of #775614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775614

Black with #775614

Text Example


Text Example

White with #775614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775614; }

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

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

background-color css

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

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

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

border-color css

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

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

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