Html Css Color HEX #777412 Olivetone

📋 copy color: '#777412'

red 119 ◦ green 116 ◦ blue 18

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

Shades of Olivetone #777412

Tints of Olivetone #777412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.11%

R = 47.04%
G = 45.85%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#777412 (or 0x777412) is known color: Olivetone. HEX triplet: 77, 74 and 12. RGB value is (119,116,18). Sum of RGB (Red+Green+Blue) = 119+116+18=253 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.04% from 253); Green value is 116 (45.70% from 255 or 45.85% from 253); Blue value is 18 (7.42% from 255 or 7.11% from 253); Max value from RGB is 119 - color contains mainly: red. Hex color #777412 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777412 is #888BED. Grayscale: #6A6A6A. Windows color (decimal): -8948718 or 1209463. OLE color: 1209463.

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

Color convert

RGB 119 116 18 -
CMYK 0 0.03 0.85 0.53
HSL 58.22º 0.74% 0.27% -
HSV(B) 58.22º 0.85% 0.47% -
XYZ 13.96 16.46 3.01 -
YUV 105.73 78.49 137.47 -
System Red Green Blue C M Y K H S L
Decimal 119 116 18 0 0.03 0.85 0.53 58.22 0.74 0.27
Hex 77 74 12 0 3 55 35 3A 4A 1B
Octal 167 164 22 0 3 125 65 72 112 33
Binary 1110111 1110100 10010 0 11 1010101 110101 111010 1001010 11011

Color Harmonies of #777412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777412

Black with #777412

Text Example


Text Example

White with #777412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777412; }

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

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

background-color css

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

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

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

border-color css

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

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

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