Html Css Color HEX #777115 Olivetone

📋 copy color: '#777115'

red 119 ◦ green 113 ◦ blue 21

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

Shades of Olivetone #777115

Tints of Olivetone #777115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.3%

R = 47.04%
G = 44.66%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#777115 (or 0x777115) is known color: Olivetone. HEX triplet: 77, 71 and 15. RGB value is (119,113,21). Sum of RGB (Red+Green+Blue) = 119+113+21=253 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.04% from 253); Green value is 113 (44.53% from 255 or 44.66% from 253); Blue value is 21 (8.59% from 255 or 8.30% from 253); Max value from RGB is 119 - color contains mainly: red. Hex color #777115 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777115 is #888EEA. Grayscale: #686868. Windows color (decimal): -8949483 or 1405303. OLE color: 1405303.

HSL color Cylindrical-coordinate representation of color #777115: hue angle of 56.33º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #777115 is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 113 21 -
CMYK 0 0.05 0.82 0.53
HSL 56.33º 0.7% 0.27% -
HSV(B) 56.33º 0.82% 0.47% -
XYZ 13.65 15.79 3.04 -
YUV 104.31 80.99 138.48 -
System Red Green Blue C M Y K H S L
Decimal 119 113 21 0 0.05 0.82 0.53 56.33 0.7 0.27
Hex 77 71 15 0 5 52 35 38 46 1B
Octal 167 161 25 0 5 122 65 70 106 33
Binary 1110111 1110001 10101 0 101 1010010 110101 111000 1000110 11011

Color Harmonies of #777115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777115

Black with #777115

Text Example


Text Example

White with #777115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777115; }

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

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

background-color css

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

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

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

border-color css

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

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

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