Html Css Color HEX #777116 Olivetone

📋 copy color: '#777116'

red 119 ◦ green 113 ◦ blue 22

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

Shades of Olivetone #777116

Tints of Olivetone #777116

RGB

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

 GREEN value IS 113 (44.53% from 255) = 44.49%

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

R = 46.85%
G = 44.49%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#777116 (or 0x777116) is known color: Olivetone. HEX triplet: 77, 71 and 16. RGB value is (119,113,22). Sum of RGB (Red+Green+Blue) = 119+113+22=254 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.85% from 254); Green value is 113 (44.53% from 255 or 44.49% from 254); Blue value is 22 (8.98% from 255 or 8.66% from 254); Max value from RGB is 119 - color contains mainly: red. Hex color #777116 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777116 is #888EE9. Grayscale: #686868. Windows color (decimal): -8949482 or 1470839. OLE color: 1470839.

HSL color Cylindrical-coordinate representation of color #777116: hue angle of 56.29º 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 #777116 is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 113 22 -
CMYK 0 0.05 0.82 0.53
HSL 56.29º 0.69% 0.28% -
HSV(B) 56.29º 0.82% 0.47% -
XYZ 13.66 15.79 3.09 -
YUV 104.42 81.49 138.4 -
System Red Green Blue C M Y K H S L
Decimal 119 113 22 0 0.05 0.82 0.53 56.29 0.69 0.28
Hex 77 71 16 0 5 52 35 38 45 1C
Octal 167 161 26 0 5 122 65 70 105 34
Binary 1110111 1110001 10110 0 101 1010010 110101 111000 1000101 11100

Color Harmonies of #777116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777116

Black with #777116

Text Example


Text Example

White with #777116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777116; }

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

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

background-color css

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

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

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

border-color css

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

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

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