Html Css Color HEX #799672 Amulet

📋 copy color: '#799672'

red 121 ◦ green 150 ◦ blue 114

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

Shades of Amulet #799672

Tints of Amulet #799672

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.96%

 BLUE value IS 114 (44.92% from 255) = 29.61%

R = 31.43%
G = 38.96%
B = 29.61%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.24

 K value IS 0.41

RGB Variations

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

Color information

#799672 (or 0x799672) is known color: Amulet. HEX triplet: 79, 96 and 72. RGB value is (121,150,114). Sum of RGB (Red+Green+Blue) = 121+150+114=385 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.43% from 385); Green value is 150 (58.98% from 255 or 38.96% from 385); Blue value is 114 (44.92% from 255 or 29.61% from 385); Max value from RGB is 150 - color contains mainly: green. Hex color #799672 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799672 is #86698D. Grayscale: #898989. Windows color (decimal): -8808846 or 7509625. OLE color: 7509625.

HSL color Cylindrical-coordinate representation of color #799672: hue angle of 108.33º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #799672 is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.41.

Color convert

RGB 121 150 114 -
CMYK 0.19 0 0.24 0.41
HSL 108.33º 0.15% 0.52% -
HSV(B) 108.33º 0.24% 0.59% -
XYZ 21.83 27.09 20 -
YUV 137.23 114.89 116.43 -
System Red Green Blue C M Y K H S L
Decimal 121 150 114 0.19 0 0.24 0.41 108.33 0.15 0.52
Hex 79 96 72 13 0 18 29 6C F 34
Octal 171 226 162 23 0 30 51 154 17 64
Binary 1111001 10010110 1110010 10011 0 11000 101001 1101100 1111 110100

Color Harmonies of #799672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799672

Black with #799672

Text Example


Text Example

White with #799672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799672; }

 p { color: rgb(121,150,114); }

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

background-color css

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

 a { background-color: rgb(121,150,114); }

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

border-color css

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

 span { border-color: rgb(121,150,114); }

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