Html Css Color HEX #776F13 Olivetone

📋 copy color: '#776F13'

red 119 ◦ green 111 ◦ blue 19

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

Shades of Olivetone #776F13

Tints of Olivetone #776F13

RGB

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

 GREEN value IS 111 (43.75% from 255) = 44.58%

 BLUE value IS 19 (7.81% from 255) = 7.63%

R = 47.79%
G = 44.58%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#776F13 (or 0x776F13) is known color: Olivetone. HEX triplet: 77, 6F and 13. RGB value is (119,111,19). Sum of RGB (Red+Green+Blue) = 119+111+19=249 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.79% from 249); Green value is 111 (43.75% from 255 or 44.58% from 249); Blue value is 19 (7.81% from 255 or 7.63% from 249); Max value from RGB is 119 - color contains mainly: red. Hex color #776F13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776F13 is #8890EC. Grayscale: #676767. Windows color (decimal): -8949997 or 1273719. OLE color: 1273719.

HSL color Cylindrical-coordinate representation of color #776F13: hue angle of 55.2º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #776F13 is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 111 19 -
CMYK 0 0.07 0.84 0.53
HSL 55.2º 0.72% 0.27% -
HSV(B) 55.2º 0.84% 0.47% -
XYZ 13.41 15.34 2.87 -
YUV 102.9 80.65 139.48 -
System Red Green Blue C M Y K H S L
Decimal 119 111 19 0 0.07 0.84 0.53 55.2 0.72 0.27
Hex 77 6F 13 0 7 54 35 37 48 1B
Octal 167 157 23 0 7 124 65 67 110 33
Binary 1110111 1101111 10011 0 111 1010100 110101 110111 1001000 11011

Color Harmonies of #776F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776F13

Black with #776F13

Text Example


Text Example

White with #776F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,111,19); }

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

background-color css

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

 a { background-color: rgb(119,111,19); }

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

border-color css

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

 span { border-color: rgb(119,111,19); }

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