Html Css Color HEX #776D21 Olivetone

📋 copy color: '#776D21'

red 119 ◦ green 109 ◦ blue 33

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

Shades of Olivetone #776D21

Tints of Olivetone #776D21

RGB

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

 GREEN value IS 109 (42.97% from 255) = 41.76%

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

R = 45.59%
G = 41.76%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.72

 K value IS 0.53

RGB Variations

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

Color information

#776D21 (or 0x776D21) is known color: Olivetone. HEX triplet: 77, 6D and 21. RGB value is (119,109,33). Sum of RGB (Red+Green+Blue) = 119+109+33=261 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.59% from 261); Green value is 109 (42.97% from 255 or 41.76% from 261); Blue value is 33 (13.28% from 255 or 12.64% from 261); Max value from RGB is 119 - color contains mainly: red. Hex color #776D21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776D21 is #8892DE. Grayscale: #676767. Windows color (decimal): -8950495 or 2190711. OLE color: 2190711.

HSL color Cylindrical-coordinate representation of color #776D21: hue angle of 53.02º 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 #776D21 is Cyan = 0, Magento = 0.08, Yellow = 0.72 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 109 33 -
CMYK 0 0.08 0.72 0.53
HSL 53.02º 0.57% 0.3% -
HSV(B) 53.02º 0.72% 0.47% -
XYZ 13.35 14.97 3.62 -
YUV 103.33 88.31 139.18 -
System Red Green Blue C M Y K H S L
Decimal 119 109 33 0 0.08 0.72 0.53 53.02 0.57 0.3
Hex 77 6D 21 0 8 48 35 35 39 1E
Octal 167 155 41 0 10 110 65 65 71 36
Binary 1110111 1101101 100001 0 1000 1001000 110101 110101 111001 11110

Color Harmonies of #776D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776D21

Black with #776D21

Text Example


Text Example

White with #776D21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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