Html Css Color HEX #776C19 Olivetone

📋 copy color: '#776C19'

red 119 ◦ green 108 ◦ blue 25

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

Shades of Olivetone #776C19

Tints of Olivetone #776C19

RGB

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

 GREEN value IS 108 (42.58% from 255) = 42.86%

 BLUE value IS 25 (10.16% from 255) = 9.92%

R = 47.22%
G = 42.86%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.79

 K value IS 0.53

RGB Variations

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

Color information

#776C19 (or 0x776C19) is known color: Olivetone. HEX triplet: 77, 6C and 19. RGB value is (119,108,25). Sum of RGB (Red+Green+Blue) = 119+108+25=252 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.22% from 252); Green value is 108 (42.58% from 255 or 42.86% from 252); Blue value is 25 (10.16% from 255 or 9.92% from 252); Max value from RGB is 119 - color contains mainly: red. Hex color #776C19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776C19 is #8893E6. Grayscale: #666666. Windows color (decimal): -8950759 or 1666167. OLE color: 1666167.

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

Color convert

RGB 119 108 25 -
CMYK 0 0.09 0.79 0.53
HSL 52.98º 0.65% 0.28% -
HSV(B) 52.98º 0.79% 0.47% -
XYZ 13.15 14.72 3.07 -
YUV 101.83 84.64 140.25 -
System Red Green Blue C M Y K H S L
Decimal 119 108 25 0 0.09 0.79 0.53 52.98 0.65 0.28
Hex 77 6C 19 0 9 4F 35 35 41 1C
Octal 167 154 31 0 11 117 65 65 101 34
Binary 1110111 1101100 11001 0 1001 1001111 110101 110101 1000001 11100

Color Harmonies of #776C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776C19

Black with #776C19

Text Example


Text Example

White with #776C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,108,25); }

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

background-color css

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

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

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

border-color css

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

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

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