Html Css Color HEX #776F12 Olivetone

📋 copy color: '#776F12'

red 119 ◦ green 111 ◦ blue 18

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

Shades of Olivetone #776F12

Tints of Olivetone #776F12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.26%

R = 47.98%
G = 44.76%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#776F12 (or 0x776F12) is known color: Olivetone. HEX triplet: 77, 6F and 12. RGB value is (119,111,18). Sum of RGB (Red+Green+Blue) = 119+111+18=248 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.98% from 248); Green value is 111 (43.75% from 255 or 44.76% from 248); Blue value is 18 (7.42% from 255 or 7.26% from 248); Max value from RGB is 119 - color contains mainly: red. Hex color #776F12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776F12 is #8890ED. Grayscale: #676767. Windows color (decimal): -8949998 or 1208183. OLE color: 1208183.

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

Color convert

RGB 119 111 18 -
CMYK 0 0.07 0.85 0.53
HSL 55.25º 0.74% 0.27% -
HSV(B) 55.25º 0.85% 0.47% -
XYZ 13.4 15.33 2.83 -
YUV 102.79 80.15 139.56 -
System Red Green Blue C M Y K H S L
Decimal 119 111 18 0 0.07 0.85 0.53 55.25 0.74 0.27
Hex 77 6F 12 0 7 55 35 37 4A 1B
Octal 167 157 22 0 7 125 65 67 112 33
Binary 1110111 1101111 10010 0 111 1010101 110101 110111 1001010 11011

Color Harmonies of #776F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776F12

Black with #776F12

Text Example


Text Example

White with #776F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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