Html Css Color HEX #777119 Olivetone

📋 copy color: '#777119'

red 119 ◦ green 113 ◦ blue 25

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

Shades of Olivetone #777119

Tints of Olivetone #777119

RGB

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

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

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

R = 46.3%
G = 43.97%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.79

 K value IS 0.53

RGB Variations

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

Color information

#777119 (or 0x777119) is known color: Olivetone. HEX triplet: 77, 71 and 19. RGB value is (119,113,25). Sum of RGB (Red+Green+Blue) = 119+113+25=257 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.30% from 257); Green value is 113 (44.53% from 255 or 43.97% from 257); Blue value is 25 (10.16% from 255 or 9.73% from 257); Max value from RGB is 119 - color contains mainly: red. Hex color #777119 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777119 is #888EE6. Grayscale: #696969. Windows color (decimal): -8949479 or 1667447. OLE color: 1667447.

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

Color convert

RGB 119 113 25 -
CMYK 0 0.05 0.79 0.53
HSL 56.17º 0.65% 0.28% -
HSV(B) 56.17º 0.79% 0.47% -
XYZ 13.69 15.8 3.25 -
YUV 104.76 82.99 138.16 -
System Red Green Blue C M Y K H S L
Decimal 119 113 25 0 0.05 0.79 0.53 56.17 0.65 0.28
Hex 77 71 19 0 5 4F 35 38 41 1C
Octal 167 161 31 0 5 117 65 70 101 34
Binary 1110111 1110001 11001 0 101 1001111 110101 111000 1000001 11100

Color Harmonies of #777119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777119

Black with #777119

Text Example


Text Example

White with #777119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777119; }

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

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

background-color css

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

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

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

border-color css

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

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

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