Html Css Color HEX #777315 Olivetone

📋 copy color: '#777315'

red 119 ◦ green 115 ◦ blue 21

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

Shades of Olivetone #777315

Tints of Olivetone #777315

RGB

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

 GREEN value IS 115 (45.31% from 255) = 45.1%

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

R = 46.67%
G = 45.1%
B = 8.24%

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

#777315 (or 0x777315) is known color: Olivetone. HEX triplet: 77, 73 and 15. RGB value is (119,115,21). Sum of RGB (Red+Green+Blue) = 119+115+21=255 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.67% from 255); Green value is 115 (45.31% from 255 or 45.10% from 255); Blue value is 21 (8.59% from 255 or 8.24% from 255); Max value from RGB is 119 - color contains mainly: red. Hex color #777315 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777315 is #888CEA. Grayscale: #696969. Windows color (decimal): -8948971 or 1405815. OLE color: 1405815.

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

Color convert

RGB 119 115 21 -
CMYK 0 0.03 0.82 0.53
HSL 57.55º 0.7% 0.27% -
HSV(B) 57.55º 0.82% 0.47% -
XYZ 13.87 16.24 3.11 -
YUV 105.48 80.33 137.64 -
System Red Green Blue C M Y K H S L
Decimal 119 115 21 0 0.03 0.82 0.53 57.55 0.7 0.27
Hex 77 73 15 0 3 52 35 3A 46 1B
Octal 167 163 25 0 3 122 65 72 106 33
Binary 1110111 1110011 10101 0 11 1010010 110101 111010 1000110 11011

Color Harmonies of #777315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777315

Black with #777315

Text Example


Text Example

White with #777315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777315; }

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

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

background-color css

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

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

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

border-color css

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

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

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