Html Css Color HEX #789472 Amulet

📋 copy color: '#789472'

red 120 ◦ green 148 ◦ blue 114

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

Shades of Amulet #789472

Tints of Amulet #789472

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.74%

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

R = 31.41%
G = 38.74%
B = 29.84%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#789472 (or 0x789472) is known color: Amulet. HEX triplet: 78, 94 and 72. RGB value is (120,148,114). Sum of RGB (Red+Green+Blue) = 120+148+114=382 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.41% from 382); Green value is 148 (58.20% from 255 or 38.74% from 382); Blue value is 114 (44.92% from 255 or 29.84% from 382); Max value from RGB is 148 - color contains mainly: green. Hex color #789472 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789472 is #876B8D. Grayscale: #878787. Windows color (decimal): -8874894 or 7509112. OLE color: 7509112.

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

Color convert

RGB 120 148 114 -
CMYK 0.19 0 0.23 0.42
HSL 109.41º 0.14% 0.51% -
HSV(B) 109.41º 0.23% 0.58% -
XYZ 21.37 26.39 19.89 -
YUV 135.75 115.72 116.76 -
System Red Green Blue C M Y K H S L
Decimal 120 148 114 0.19 0 0.23 0.42 109.41 0.14 0.51
Hex 78 94 72 13 0 17 2A 6D E 33
Octal 170 224 162 23 0 27 52 155 16 63
Binary 1111000 10010100 1110010 10011 0 10111 101010 1101101 1110 110011

Color Harmonies of #789472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789472

Black with #789472

Text Example


Text Example

White with #789472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #789472; }

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

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

background-color css

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

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

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

border-color css

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

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

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