Html Css Color HEX #777519 Olivetone

📋 copy color: '#777519'

red 119 ◦ green 117 ◦ blue 25

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

Shades of Olivetone #777519

Tints of Olivetone #777519

RGB

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

 GREEN value IS 117 (46.09% from 255) = 44.83%

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

R = 45.59%
G = 44.83%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.79

 K value IS 0.53

RGB Variations

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

Color information

#777519 (or 0x777519) is known color: Olivetone. HEX triplet: 77, 75 and 19. RGB value is (119,117,25). Sum of RGB (Red+Green+Blue) = 119+117+25=261 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.59% from 261); Green value is 117 (46.09% from 255 or 44.83% from 261); Blue value is 25 (10.16% from 255 or 9.58% from 261); Max value from RGB is 119 - color contains mainly: red. Hex color #777519 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777519 is #888AE6. Grayscale: #6B6B6B. Windows color (decimal): -8948455 or 1668471. OLE color: 1668471.

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

Color convert

RGB 119 117 25 -
CMYK 0 0.02 0.79 0.53
HSL 58.72º 0.65% 0.28% -
HSV(B) 58.72º 0.79% 0.47% -
XYZ 14.14 16.71 3.4 -
YUV 107.11 81.66 136.48 -
System Red Green Blue C M Y K H S L
Decimal 119 117 25 0 0.02 0.79 0.53 58.72 0.65 0.28
Hex 77 75 19 0 2 4F 35 3B 41 1C
Octal 167 165 31 0 2 117 65 73 101 34
Binary 1110111 1110101 11001 0 10 1001111 110101 111011 1000001 11100

Color Harmonies of #777519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777519

Black with #777519

Text Example


Text Example

White with #777519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777519; }

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

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

background-color css

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

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

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

border-color css

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

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

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