Html Css Color HEX #777317 Olivetone

📋 copy color: '#777317'

red 119 ◦ green 115 ◦ blue 23

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

Shades of Olivetone #777317

Tints of Olivetone #777317

RGB

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

 GREEN value IS 115 (45.31% from 255) = 44.75%

 BLUE value IS 23 (9.38% from 255) = 8.95%

R = 46.3%
G = 44.75%
B = 8.95%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.81

 K value IS 0.53

RGB Variations

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

Color information

#777317 (or 0x777317) is known color: Olivetone. HEX triplet: 77, 73 and 17. RGB value is (119,115,23). Sum of RGB (Red+Green+Blue) = 119+115+23=257 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.30% from 257); Green value is 115 (45.31% from 255 or 44.75% from 257); Blue value is 23 (9.38% from 255 or 8.95% from 257); Max value from RGB is 119 - color contains mainly: red. Hex color #777317 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777317 is #888CE8. Grayscale: #6A6A6A. Windows color (decimal): -8948969 or 1536887. OLE color: 1536887.

HSL color Cylindrical-coordinate representation of color #777317: hue angle of 57.5º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #777317 is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 115 23 -
CMYK 0 0.03 0.81 0.53
HSL 57.5º 0.68% 0.28% -
HSV(B) 57.5º 0.81% 0.47% -
XYZ 13.89 16.25 3.21 -
YUV 105.71 81.33 137.48 -
System Red Green Blue C M Y K H S L
Decimal 119 115 23 0 0.03 0.81 0.53 57.5 0.68 0.28
Hex 77 73 17 0 3 51 35 3A 44 1C
Octal 167 163 27 0 3 121 65 72 104 34
Binary 1110111 1110011 10111 0 11 1010001 110101 111010 1000100 11100

Color Harmonies of #777317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777317

Black with #777317

Text Example


Text Example

White with #777317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777317; }

 p { color: rgb(119,115,23); }

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

background-color css

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

 a { background-color: rgb(119,115,23); }

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

border-color css

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

 span { border-color: rgb(119,115,23); }

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