Html Css Color HEX #799C72 Amulet

📋 copy color: '#799C72'

red 121 ◦ green 156 ◦ blue 114

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

Shades of Amulet #799C72

Tints of Amulet #799C72

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.9%

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

R = 30.95%
G = 39.9%
B = 29.16%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.27

 K value IS 0.39

RGB Variations

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

Color information

#799C72 (or 0x799C72) is known color: Amulet. HEX triplet: 79, 9C and 72. RGB value is (121,156,114). Sum of RGB (Red+Green+Blue) = 121+156+114=391 (51% of max value = 765). Red value is 121 (47.66% from 255 or 30.95% from 391); Green value is 156 (61.33% from 255 or 39.90% from 391); Blue value is 114 (44.92% from 255 or 29.16% from 391); Max value from RGB is 156 - color contains mainly: green. Hex color #799C72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799C72 is #86638D. Grayscale: #8C8C8C. Windows color (decimal): -8807310 or 7511161. OLE color: 7511161.

HSL color Cylindrical-coordinate representation of color #799C72: hue angle of 110º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #799C72 is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.39.

Color convert

RGB 121 156 114 -
CMYK 0.22 0 0.27 0.39
HSL 110º 0.18% 0.53% -
HSV(B) 110º 0.27% 0.61% -
XYZ 22.81 29.06 20.33 -
YUV 140.75 112.9 113.92 -
System Red Green Blue C M Y K H S L
Decimal 121 156 114 0.22 0 0.27 0.39 110 0.18 0.53
Hex 79 9C 72 16 0 1B 27 6E 12 35
Octal 171 234 162 26 0 33 47 156 22 65
Binary 1111001 10011100 1110010 10110 0 11011 100111 1101110 10010 110101

Color Harmonies of #799C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799C72

Black with #799C72

Text Example


Text Example

White with #799C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799C72; }

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

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

background-color css

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

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

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

border-color css

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

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

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