Html Css Color HEX #777314 Olivetone

📋 copy color: '#777314'

red 119 ◦ green 115 ◦ blue 20

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

Shades of Olivetone #777314

Tints of Olivetone #777314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.87%

R = 46.85%
G = 45.28%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#777314 (or 0x777314) is known color: Olivetone. HEX triplet: 77, 73 and 14. RGB value is (119,115,20). Sum of RGB (Red+Green+Blue) = 119+115+20=254 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.85% from 254); Green value is 115 (45.31% from 255 or 45.28% from 254); Blue value is 20 (8.20% from 255 or 7.87% from 254); Max value from RGB is 119 - color contains mainly: red. Hex color #777314 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777314 is #888CEB. Grayscale: #696969. Windows color (decimal): -8948972 or 1340279. OLE color: 1340279.

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

Color convert

RGB 119 115 20 -
CMYK 0 0.03 0.83 0.53
HSL 57.58º 0.71% 0.27% -
HSV(B) 57.58º 0.83% 0.47% -
XYZ 13.86 16.23 3.06 -
YUV 105.37 79.83 137.72 -
System Red Green Blue C M Y K H S L
Decimal 119 115 20 0 0.03 0.83 0.53 57.58 0.71 0.27
Hex 77 73 14 0 3 53 35 3A 47 1B
Octal 167 163 24 0 3 123 65 72 107 33
Binary 1110111 1110011 10100 0 11 1010011 110101 111010 1000111 11011

Color Harmonies of #777314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777314

Black with #777314

Text Example


Text Example

White with #777314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777314; }

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

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

background-color css

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

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

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

border-color css

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

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

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