Html Css Color HEX #777416 Olivetone

📋 copy color: '#777416'

red 119 ◦ green 116 ◦ blue 22

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

Shades of Olivetone #777416

Tints of Olivetone #777416

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.56%

R = 46.3%
G = 45.14%
B = 8.56%

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

#777416 (or 0x777416) is known color: Olivetone. HEX triplet: 77, 74 and 16. RGB value is (119,116,22). Sum of RGB (Red+Green+Blue) = 119+116+22=257 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.30% from 257); Green value is 116 (45.70% from 255 or 45.14% from 257); Blue value is 22 (8.98% from 255 or 8.56% from 257); Max value from RGB is 119 - color contains mainly: red. Hex color #777416 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777416 is #888BE9. Grayscale: #6A6A6A. Windows color (decimal): -8948714 or 1471607. OLE color: 1471607.

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

Color convert

RGB 119 116 22 -
CMYK 0 0.03 0.82 0.53
HSL 58.14º 0.69% 0.28% -
HSV(B) 58.14º 0.82% 0.47% -
XYZ 14 16.47 3.2 -
YUV 106.18 80.49 137.14 -
System Red Green Blue C M Y K H S L
Decimal 119 116 22 0 0.03 0.82 0.53 58.14 0.69 0.28
Hex 77 74 16 0 3 52 35 3A 45 1C
Octal 167 164 26 0 3 122 65 72 105 34
Binary 1110111 1110100 10110 0 11 1010010 110101 111010 1000101 11100

Color Harmonies of #777416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777416

Black with #777416

Text Example


Text Example

White with #777416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777416; }

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

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

background-color css

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

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

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

border-color css

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

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

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