Html Css Color HEX #777415 Olivetone

📋 copy color: '#777415'

red 119 ◦ green 116 ◦ blue 21

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

Shades of Olivetone #777415

Tints of Olivetone #777415

RGB

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

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

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

R = 46.48%
G = 45.31%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#777415 (or 0x777415) is known color: Olivetone. HEX triplet: 77, 74 and 15. RGB value is (119,116,21). Sum of RGB (Red+Green+Blue) = 119+116+21=256 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.48% from 256); Green value is 116 (45.70% from 255 or 45.31% from 256); Blue value is 21 (8.59% from 255 or 8.20% from 256); Max value from RGB is 119 - color contains mainly: red. Hex color #777415 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777415 is #888BEA. Grayscale: #6A6A6A. Windows color (decimal): -8948715 or 1406071. OLE color: 1406071.

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

Color convert

RGB 119 116 21 -
CMYK 0 0.03 0.82 0.53
HSL 58.16º 0.7% 0.27% -
HSV(B) 58.16º 0.82% 0.47% -
XYZ 13.99 16.47 3.15 -
YUV 106.07 79.99 137.22 -
System Red Green Blue C M Y K H S L
Decimal 119 116 21 0 0.03 0.82 0.53 58.16 0.7 0.27
Hex 77 74 15 0 3 52 35 3A 46 1B
Octal 167 164 25 0 3 122 65 72 106 33
Binary 1110111 1110100 10101 0 11 1010010 110101 111010 1000110 11011

Color Harmonies of #777415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777415

Black with #777415

Text Example


Text Example

White with #777415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777415; }

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

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

background-color css

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

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

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

border-color css

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

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

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