Html Css Color HEX #776D19 Olivetone

📋 copy color: '#776D19'

red 119 ◦ green 109 ◦ blue 25

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

Shades of Olivetone #776D19

Tints of Olivetone #776D19

RGB

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

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

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

R = 47.04%
G = 43.08%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.79

 K value IS 0.53

RGB Variations

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

Color information

#776D19 (or 0x776D19) is known color: Olivetone. HEX triplet: 77, 6D and 19. RGB value is (119,109,25). Sum of RGB (Red+Green+Blue) = 119+109+25=253 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.04% from 253); Green value is 109 (42.97% from 255 or 43.08% from 253); Blue value is 25 (10.16% from 255 or 9.88% from 253); Max value from RGB is 119 - color contains mainly: red. Hex color #776D19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776D19 is #8892E6. Grayscale: #666666. Windows color (decimal): -8950503 or 1666423. OLE color: 1666423.

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

Color convert

RGB 119 109 25 -
CMYK 0 0.08 0.79 0.53
HSL 53.62º 0.65% 0.28% -
HSV(B) 53.62º 0.79% 0.47% -
XYZ 13.25 14.93 3.1 -
YUV 102.41 84.31 139.83 -
System Red Green Blue C M Y K H S L
Decimal 119 109 25 0 0.08 0.79 0.53 53.62 0.65 0.28
Hex 77 6D 19 0 8 4F 35 36 41 1C
Octal 167 155 31 0 10 117 65 66 101 34
Binary 1110111 1101101 11001 0 1000 1001111 110101 110110 1000001 11100

Color Harmonies of #776D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776D19

Black with #776D19

Text Example


Text Example

White with #776D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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