Html Css Color HEX #799372 Amulet

📋 copy color: '#799372'

red 121 ◦ green 147 ◦ blue 114

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

Shades of Amulet #799372

Tints of Amulet #799372

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.48%

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

R = 31.68%
G = 38.48%
B = 29.84%

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

#799372 (or 0x799372) is known color: Amulet. HEX triplet: 79, 93 and 72. RGB value is (121,147,114). Sum of RGB (Red+Green+Blue) = 121+147+114=382 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.68% from 382); Green value is 147 (57.81% from 255 or 38.48% from 382); Blue value is 114 (44.92% from 255 or 29.84% from 382); Max value from RGB is 147 - color contains mainly: green. Hex color #799372 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799372 is #866C8D. Grayscale: #878787. Windows color (decimal): -8809614 or 7508857. OLE color: 7508857.

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

Color convert

RGB 121 147 114 -
CMYK 0.18 0 0.22 0.42
HSL 107.27º 0.13% 0.51% -
HSV(B) 107.27º 0.22% 0.58% -
XYZ 21.36 26.15 19.84 -
YUV 135.46 115.89 117.68 -
System Red Green Blue C M Y K H S L
Decimal 121 147 114 0.18 0 0.22 0.42 107.27 0.13 0.51
Hex 79 93 72 12 0 16 2A 6B D 33
Octal 171 223 162 22 0 26 52 153 15 63
Binary 1111001 10010011 1110010 10010 0 10110 101010 1101011 1101 110011

Color Harmonies of #799372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799372

Black with #799372

Text Example


Text Example

White with #799372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799372; }

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

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

background-color css

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

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

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

border-color css

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

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

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