Html Css Color HEX #777721 Olivetone

📋 copy color: '#777721'

red 119 ◦ green 119 ◦ blue 33

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

Shades of Olivetone #777721

Tints of Olivetone #777721

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.18%

R = 43.91%
G = 43.91%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.72

 K value IS 0.53

RGB Variations

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

Color information

#777721 (or 0x777721) is known color: Olivetone. HEX triplet: 77, 77 and 21. RGB value is (119,119,33). Sum of RGB (Red+Green+Blue) = 119+119+33=271 (35% of max value = 765). Red value is 119 (46.88% from 255 or 43.91% from 271); Green value is 119 (46.88% from 255 or 43.91% from 271); Blue value is 33 (13.28% from 255 or 12.18% from 271); Max value from RGB is 119 - color contains mainly: red, green. Hex color #777721 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777721 is #8888DE. Grayscale: #6D6D6D. Windows color (decimal): -8947935 or 2193271. OLE color: 2193271.

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

Color convert

RGB 119 119 33 -
CMYK 0 0 0.72 0.53
HSL 60º 0.57% 0.3% -
HSV(B) 60º 0.72% 0.47% -
XYZ 14.48 17.23 4 -
YUV 109.2 85 134.99 -
System Red Green Blue C M Y K H S L
Decimal 119 119 33 0 0 0.72 0.53 60 0.57 0.3
Hex 77 77 21 0 0 48 35 3C 39 1E
Octal 167 167 41 0 0 110 65 74 71 36
Binary 1110111 1110111 100001 0 0 1001000 110101 111100 111001 11110

Color Harmonies of #777721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777721

Black with #777721

Text Example


Text Example

White with #777721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777721; }

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

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

background-color css

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

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

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

border-color css

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

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

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