Html Css Color HEX #799474 Amulet

📋 copy color: '#799474'

red 121 ◦ green 148 ◦ blue 116

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

Shades of Amulet #799474

Tints of Amulet #799474

RGB

 RED value IS 121 (47.66% from 255) = 31.43%

 GREEN value IS 148 (58.2% from 255) = 38.44%

 BLUE value IS 116 (45.7% from 255) = 30.13%

R = 31.43%
G = 38.44%
B = 30.13%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#799474 (or 0x799474) is known color: Amulet. HEX triplet: 79, 94 and 74. RGB value is (121,148,116). Sum of RGB (Red+Green+Blue) = 121+148+116=385 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.43% from 385); Green value is 148 (58.20% from 255 or 38.44% from 385); Blue value is 116 (45.70% from 255 or 30.13% from 385); Max value from RGB is 148 - color contains mainly: green. Hex color #799474 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799474 is #866B8B. Grayscale: #888888. Windows color (decimal): -8809356 or 7640185. OLE color: 7640185.

HSL color Cylindrical-coordinate representation of color #799474: hue angle of 110.62º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #799474 is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 121 148 116 -
CMYK 0.18 0 0.22 0.42
HSL 110.63º 0.13% 0.52% -
HSV(B) 110.63º 0.22% 0.58% -
XYZ 21.63 26.51 20.5 -
YUV 136.28 116.55 117.1 -
System Red Green Blue C M Y K H S L
Decimal 121 148 116 0.18 0 0.22 0.42 110.63 0.13 0.52
Hex 79 94 74 12 0 16 2A 6F D 34
Octal 171 224 164 22 0 26 52 157 15 64
Binary 1111001 10010100 1110100 10010 0 10110 101010 1101111 1101 110100

Color Harmonies of #799474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799474

Black with #799474

Text Example


Text Example

White with #799474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799474; }

 p { color: rgb(121,148,116); }

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

background-color css

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

 a { background-color: rgb(121,148,116); }

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

border-color css

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

 span { border-color: rgb(121,148,116); }

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