Html Css Color HEX #777714 Olivetone

📋 copy color: '#777714'

red 119 ◦ green 119 ◦ blue 20

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

Shades of Olivetone #777714

Tints of Olivetone #777714

RGB

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

 GREEN value IS 119 (46.88% from 255) = 46.12%

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

R = 46.12%
G = 46.12%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#777714 (or 0x777714) is known color: Olivetone. HEX triplet: 77, 77 and 14. RGB value is (119,119,20). Sum of RGB (Red+Green+Blue) = 119+119+20=258 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.12% from 258); Green value is 119 (46.88% from 255 or 46.12% from 258); Blue value is 20 (8.20% from 255 or 7.75% from 258); Max value from RGB is 119 - color contains mainly: red, green. Hex color #777714 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777714 is #8888EB. Grayscale: #6C6C6C. Windows color (decimal): -8947948 or 1341303. OLE color: 1341303.

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

Color convert

RGB 119 119 20 -
CMYK 0 0 0.83 0.53
HSL 60º 0.71% 0.27% -
HSV(B) 60º 0.83% 0.47% -
XYZ 14.33 17.17 3.22 -
YUV 107.71 78.5 136.05 -
System Red Green Blue C M Y K H S L
Decimal 119 119 20 0 0 0.83 0.53 60 0.71 0.27
Hex 77 77 14 0 0 53 35 3C 47 1B
Octal 167 167 24 0 0 123 65 74 107 33
Binary 1110111 1110111 10100 0 0 1010011 110101 111100 1000111 11011

Color Harmonies of #777714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777714

Black with #777714

Text Example


Text Example

White with #777714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777714; }

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

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

background-color css

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

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

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

border-color css

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

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

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