Html Css Color HEX #799574 Amulet

📋 copy color: '#799574'

red 121 ◦ green 149 ◦ blue 116

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

Shades of Amulet #799574

Tints of Amulet #799574

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.6%

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

R = 31.35%
G = 38.6%
B = 30.05%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#799574 (or 0x799574) is known color: Amulet. HEX triplet: 79, 95 and 74. RGB value is (121,149,116). Sum of RGB (Red+Green+Blue) = 121+149+116=386 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.35% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 116 (45.70% from 255 or 30.05% from 386); Max value from RGB is 149 - color contains mainly: green. Hex color #799574 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799574 is #866A8B. Grayscale: #888888. Windows color (decimal): -8809100 or 7640441. OLE color: 7640441.

HSL color Cylindrical-coordinate representation of color #799574: hue angle of 110.91º 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 #799574 is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 121 149 116 -
CMYK 0.19 0 0.22 0.42
HSL 110.91º 0.13% 0.52% -
HSV(B) 110.91º 0.22% 0.58% -
XYZ 21.78 26.82 20.55 -
YUV 136.87 116.22 116.68 -
System Red Green Blue C M Y K H S L
Decimal 121 149 116 0.19 0 0.22 0.42 110.91 0.13 0.52
Hex 79 95 74 13 0 16 2A 6F D 34
Octal 171 225 164 23 0 26 52 157 15 64
Binary 1111001 10010101 1110100 10011 0 10110 101010 1101111 1101 110100

Color Harmonies of #799574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799574

Black with #799574

Text Example


Text Example

White with #799574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799574; }

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

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

background-color css

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

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

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

border-color css

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

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

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