Html Css Color HEX #777118 Olivetone

📋 copy color: '#777118'

red 119 ◦ green 113 ◦ blue 24

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

Shades of Olivetone #777118

Tints of Olivetone #777118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.38%

R = 46.48%
G = 44.14%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.80

 K value IS 0.53

RGB Variations

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

Color information

#777118 (or 0x777118) is known color: Olivetone. HEX triplet: 77, 71 and 18. RGB value is (119,113,24). Sum of RGB (Red+Green+Blue) = 119+113+24=256 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.48% from 256); Green value is 113 (44.53% from 255 or 44.14% from 256); Blue value is 24 (9.77% from 255 or 9.38% from 256); Max value from RGB is 119 - color contains mainly: red. Hex color #777118 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777118 is #888EE7. Grayscale: #696969. Windows color (decimal): -8949480 or 1601911. OLE color: 1601911.

HSL color Cylindrical-coordinate representation of color #777118: hue angle of 56.21º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #777118 is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 113 24 -
CMYK 0 0.05 0.80 0.53
HSL 56.21º 0.66% 0.28% -
HSV(B) 56.21º 0.8% 0.47% -
XYZ 13.68 15.8 3.19 -
YUV 104.65 82.49 138.24 -
System Red Green Blue C M Y K H S L
Decimal 119 113 24 0 0.05 0.80 0.53 56.21 0.66 0.28
Hex 77 71 18 0 5 50 35 38 42 1C
Octal 167 161 30 0 5 120 65 70 102 34
Binary 1110111 1110001 11000 0 101 1010000 110101 111000 1000010 11100

Color Harmonies of #777118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777118

Black with #777118

Text Example


Text Example

White with #777118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777118; }

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

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

background-color css

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

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

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

border-color css

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

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

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