Html Css Color HEX #776F15 Olivetone

📋 copy color: '#776F15'

red 119 ◦ green 111 ◦ blue 21

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

Shades of Olivetone #776F15

Tints of Olivetone #776F15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.37%

R = 47.41%
G = 44.22%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#776F15 (or 0x776F15) is known color: Olivetone. HEX triplet: 77, 6F and 15. RGB value is (119,111,21). Sum of RGB (Red+Green+Blue) = 119+111+21=251 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.41% from 251); Green value is 111 (43.75% from 255 or 44.22% from 251); Blue value is 21 (8.59% from 255 or 8.37% from 251); Max value from RGB is 119 - color contains mainly: red. Hex color #776F15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776F15 is #8890EA. Grayscale: #676767. Windows color (decimal): -8949995 or 1404791. OLE color: 1404791.

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

Color convert

RGB 119 111 21 -
CMYK 0 0.07 0.82 0.53
HSL 55.1º 0.7% 0.27% -
HSV(B) 55.1º 0.82% 0.47% -
XYZ 13.43 15.34 2.96 -
YUV 103.13 81.65 139.32 -
System Red Green Blue C M Y K H S L
Decimal 119 111 21 0 0.07 0.82 0.53 55.1 0.7 0.27
Hex 77 6F 15 0 7 52 35 37 46 1B
Octal 167 157 25 0 7 122 65 67 106 33
Binary 1110111 1101111 10101 0 111 1010010 110101 110111 1000110 11011

Color Harmonies of #776F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776F15

Black with #776F15

Text Example


Text Example

White with #776F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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