Html Css Color HEX #777214 Olivetone

📋 copy color: '#777214'

red 119 ◦ green 114 ◦ blue 20

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

Shades of Olivetone #777214

Tints of Olivetone #777214

RGB

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

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

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

R = 47.04%
G = 45.06%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#777214 (or 0x777214) is known color: Olivetone. HEX triplet: 77, 72 and 14. RGB value is (119,114,20). Sum of RGB (Red+Green+Blue) = 119+114+20=253 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.04% from 253); Green value is 114 (44.92% from 255 or 45.06% from 253); Blue value is 20 (8.20% from 255 or 7.91% from 253); Max value from RGB is 119 - color contains mainly: red. Hex color #777214 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777214 is #888DEB. Grayscale: #696969. Windows color (decimal): -8949228 or 1340023. OLE color: 1340023.

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

Color convert

RGB 119 114 20 -
CMYK 0 0.04 0.83 0.53
HSL 56.97º 0.71% 0.27% -
HSV(B) 56.97º 0.83% 0.47% -
XYZ 13.75 16.01 3.03 -
YUV 104.78 80.16 138.14 -
System Red Green Blue C M Y K H S L
Decimal 119 114 20 0 0.04 0.83 0.53 56.97 0.71 0.27
Hex 77 72 14 0 4 53 35 39 47 1B
Octal 167 162 24 0 4 123 65 71 107 33
Binary 1110111 1110010 10100 0 100 1010011 110101 111001 1000111 11011

Color Harmonies of #777214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777214

Black with #777214

Text Example


Text Example

White with #777214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777214; }

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

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

background-color css

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

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

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

border-color css

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

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

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