Html Css Color HEX #777417 Olivetone

📋 copy color: '#777417'

red 119 ◦ green 116 ◦ blue 23

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

Shades of Olivetone #777417

Tints of Olivetone #777417

RGB

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

 GREEN value IS 116 (45.7% from 255) = 44.96%

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

R = 46.12%
G = 44.96%
B = 8.91%

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

#777417 (or 0x777417) is known color: Olivetone. HEX triplet: 77, 74 and 17. RGB value is (119,116,23). Sum of RGB (Red+Green+Blue) = 119+116+23=258 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.12% from 258); Green value is 116 (45.70% from 255 or 44.96% from 258); Blue value is 23 (9.38% from 255 or 8.91% from 258); Max value from RGB is 119 - color contains mainly: red. Hex color #777417 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777417 is #888BE8. Grayscale: #6A6A6A. Windows color (decimal): -8948713 or 1537143. OLE color: 1537143.

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

Color convert

RGB 119 116 23 -
CMYK 0 0.03 0.81 0.53
HSL 58.13º 0.68% 0.28% -
HSV(B) 58.13º 0.81% 0.47% -
XYZ 14.01 16.47 3.25 -
YUV 106.3 80.99 137.06 -
System Red Green Blue C M Y K H S L
Decimal 119 116 23 0 0.03 0.81 0.53 58.13 0.68 0.28
Hex 77 74 17 0 3 51 35 3A 44 1C
Octal 167 164 27 0 3 121 65 72 104 34
Binary 1110111 1110100 10111 0 11 1010001 110101 111010 1000100 11100

Color Harmonies of #777417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777417

Black with #777417

Text Example


Text Example

White with #777417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777417; }

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

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

background-color css

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

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

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

border-color css

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

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

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