Html Css Color HEX #777215 Olivetone

📋 copy color: '#777215'

red 119 ◦ green 114 ◦ blue 21

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

Shades of Olivetone #777215

Tints of Olivetone #777215

RGB

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

 GREEN value IS 114 (44.92% from 255) = 44.88%

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

R = 46.85%
G = 44.88%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#777215 (or 0x777215) is known color: Olivetone. HEX triplet: 77, 72 and 15. RGB value is (119,114,21). Sum of RGB (Red+Green+Blue) = 119+114+21=254 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.85% from 254); Green value is 114 (44.92% from 255 or 44.88% from 254); Blue value is 21 (8.59% from 255 or 8.27% from 254); Max value from RGB is 119 - color contains mainly: red. Hex color #777215 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777215 is #888DEA. Grayscale: #696969. Windows color (decimal): -8949227 or 1405559. OLE color: 1405559.

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

Color convert

RGB 119 114 21 -
CMYK 0 0.04 0.82 0.53
HSL 56.94º 0.7% 0.27% -
HSV(B) 56.94º 0.82% 0.47% -
XYZ 13.76 16.01 3.07 -
YUV 104.89 80.66 138.06 -
System Red Green Blue C M Y K H S L
Decimal 119 114 21 0 0.04 0.82 0.53 56.94 0.7 0.27
Hex 77 72 15 0 4 52 35 39 46 1B
Octal 167 162 25 0 4 122 65 71 106 33
Binary 1110111 1110010 10101 0 100 1010010 110101 111001 1000110 11011

Color Harmonies of #777215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777215

Black with #777215

Text Example


Text Example

White with #777215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777215; }

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

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

background-color css

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

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

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

border-color css

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

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

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