Html Css Color HEX #777716 Olivetone

📋 copy color: '#777716'

red 119 ◦ green 119 ◦ blue 22

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

Shades of Olivetone #777716

Tints of Olivetone #777716

RGB

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

 GREEN value IS 119 (46.88% from 255) = 45.77%

 BLUE value IS 22 (8.98% from 255) = 8.46%

R = 45.77%
G = 45.77%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#777716 (or 0x777716) is known color: Olivetone. HEX triplet: 77, 77 and 16. RGB value is (119,119,22). Sum of RGB (Red+Green+Blue) = 119+119+22=260 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.77% from 260); Green value is 119 (46.88% from 255 or 45.77% from 260); Blue value is 22 (8.98% from 255 or 8.46% from 260); Max value from RGB is 119 - color contains mainly: red, green. Hex color #777716 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777716 is #8888E9. Grayscale: #6C6C6C. Windows color (decimal): -8947946 or 1472375. OLE color: 1472375.

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

Color convert

RGB 119 119 22 -
CMYK 0 0 0.82 0.53
HSL 60º 0.69% 0.28% -
HSV(B) 60º 0.82% 0.47% -
XYZ 14.35 17.17 3.32 -
YUV 107.94 79.5 135.89 -
System Red Green Blue C M Y K H S L
Decimal 119 119 22 0 0 0.82 0.53 60 0.69 0.28
Hex 77 77 16 0 0 52 35 3C 45 1C
Octal 167 167 26 0 0 122 65 74 105 34
Binary 1110111 1110111 10110 0 0 1010010 110101 111100 1000101 11100

Color Harmonies of #777716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777716

Black with #777716

Text Example


Text Example

White with #777716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777716; }

 p { color: rgb(119,119,22); }

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

background-color css

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

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

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

border-color css

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

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

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