Html Css Color HEX #789474 Amulet

📋 copy color: '#789474'

red 120 ◦ green 148 ◦ blue 116

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

Shades of Amulet #789474

Tints of Amulet #789474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.21%

R = 31.25%
G = 38.54%
B = 30.21%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#789474 (or 0x789474) is known color: Amulet. HEX triplet: 78, 94 and 74. RGB value is (120,148,116). Sum of RGB (Red+Green+Blue) = 120+148+116=384 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.25% from 384); Green value is 148 (58.20% from 255 or 38.54% from 384); Blue value is 116 (45.70% from 255 or 30.21% from 384); Max value from RGB is 148 - color contains mainly: green. Hex color #789474 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789474 is #876B8B. Grayscale: #888888. Windows color (decimal): -8874892 or 7640184. OLE color: 7640184.

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

Color convert

RGB 120 148 116 -
CMYK 0.19 0 0.22 0.42
HSL 112.5º 0.13% 0.52% -
HSV(B) 112.5º 0.22% 0.58% -
XYZ 21.49 26.43 20.49 -
YUV 135.98 116.72 116.6 -
System Red Green Blue C M Y K H S L
Decimal 120 148 116 0.19 0 0.22 0.42 112.5 0.13 0.52
Hex 78 94 74 13 0 16 2A 70 D 34
Octal 170 224 164 23 0 26 52 160 15 64
Binary 1111000 10010100 1110100 10011 0 10110 101010 1110000 1101 110100

Color Harmonies of #789474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789474

Black with #789474

Text Example


Text Example

White with #789474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #789474; }

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

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

background-color css

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

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

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

border-color css

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

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

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