Html Css Color HEX #777117 Olivetone

📋 copy color: '#777117'

red 119 ◦ green 113 ◦ blue 23

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

Shades of Olivetone #777117

Tints of Olivetone #777117

RGB

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

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

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

R = 46.67%
G = 44.31%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.81

 K value IS 0.53

RGB Variations

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

Color information

#777117 (or 0x777117) is known color: Olivetone. HEX triplet: 77, 71 and 17. RGB value is (119,113,23). Sum of RGB (Red+Green+Blue) = 119+113+23=255 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.67% from 255); Green value is 113 (44.53% from 255 or 44.31% from 255); Blue value is 23 (9.38% from 255 or 9.02% from 255); Max value from RGB is 119 - color contains mainly: red. Hex color #777117 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777117 is #888EE8. Grayscale: #686868. Windows color (decimal): -8949481 or 1536375. OLE color: 1536375.

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

Color convert

RGB 119 113 23 -
CMYK 0 0.05 0.81 0.53
HSL 56.25º 0.68% 0.28% -
HSV(B) 56.25º 0.81% 0.47% -
XYZ 13.67 15.79 3.14 -
YUV 104.53 81.99 138.32 -
System Red Green Blue C M Y K H S L
Decimal 119 113 23 0 0.05 0.81 0.53 56.25 0.68 0.28
Hex 77 71 17 0 5 51 35 38 44 1C
Octal 167 161 27 0 5 121 65 70 104 34
Binary 1110111 1110001 10111 0 101 1010001 110101 111000 1000100 11100

Color Harmonies of #777117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777117

Black with #777117

Text Example


Text Example

White with #777117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777117; }

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

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

background-color css

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

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

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

border-color css

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

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

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