Html Css Color HEX #789372 Amulet

📋 copy color: '#789372'

red 120 ◦ green 147 ◦ blue 114

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

Shades of Amulet #789372

Tints of Amulet #789372

RGB

 RED value IS 120 (47.27% from 255) = 31.5%

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

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

R = 31.5%
G = 38.58%
B = 29.92%

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

#789372 (or 0x789372) is known color: Amulet. HEX triplet: 78, 93 and 72. RGB value is (120,147,114). Sum of RGB (Red+Green+Blue) = 120+147+114=381 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.50% from 381); Green value is 147 (57.81% from 255 or 38.58% from 381); Blue value is 114 (44.92% from 255 or 29.92% from 381); Max value from RGB is 147 - color contains mainly: green. Hex color #789372 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789372 is #876C8D. Grayscale: #878787. Windows color (decimal): -8875150 or 7508856. OLE color: 7508856.

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

Color convert

RGB 120 147 114 -
CMYK 0.18 0 0.22 0.42
HSL 109.09º 0.13% 0.51% -
HSV(B) 109.09º 0.22% 0.58% -
XYZ 21.22 26.08 19.83 -
YUV 135.17 116.05 117.18 -
System Red Green Blue C M Y K H S L
Decimal 120 147 114 0.18 0 0.22 0.42 109.09 0.13 0.51
Hex 78 93 72 12 0 16 2A 6D D 33
Octal 170 223 162 22 0 26 52 155 15 63
Binary 1111000 10010011 1110010 10010 0 10110 101010 1101101 1101 110011

Color Harmonies of #789372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789372

Black with #789372

Text Example


Text Example

White with #789372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #789372; }

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

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

background-color css

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

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

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

border-color css

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

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

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