Html Css Color HEX #776D14 Olivetone

📋 copy color: '#776D14'

red 119 ◦ green 109 ◦ blue 20

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

Shades of Olivetone #776D14

Tints of Olivetone #776D14

RGB

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

 GREEN value IS 109 (42.97% from 255) = 43.95%

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

R = 47.98%
G = 43.95%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#776D14 (or 0x776D14) is known color: Olivetone. HEX triplet: 77, 6D and 14. RGB value is (119,109,20). Sum of RGB (Red+Green+Blue) = 119+109+20=248 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.98% from 248); Green value is 109 (42.97% from 255 or 43.95% from 248); Blue value is 20 (8.20% from 255 or 8.06% from 248); Max value from RGB is 119 - color contains mainly: red. Hex color #776D14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776D14 is #8892EB. Grayscale: #666666. Windows color (decimal): -8950508 or 1338743. OLE color: 1338743.

HSL color Cylindrical-coordinate representation of color #776D14: hue angle of 53.94º 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 #776D14 is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 109 20 -
CMYK 0 0.08 0.83 0.53
HSL 53.94º 0.71% 0.27% -
HSV(B) 53.94º 0.83% 0.47% -
XYZ 13.2 14.91 2.84 -
YUV 101.84 81.81 140.24 -
System Red Green Blue C M Y K H S L
Decimal 119 109 20 0 0.08 0.83 0.53 53.94 0.71 0.27
Hex 77 6D 14 0 8 53 35 36 47 1B
Octal 167 155 24 0 10 123 65 66 107 33
Binary 1110111 1101101 10100 0 1000 1010011 110101 110110 1000111 11011

Color Harmonies of #776D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776D14

Black with #776D14

Text Example


Text Example

White with #776D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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