Html Css Color HEX #789974 Amulet

📋 copy color: '#789974'

red 120 ◦ green 153 ◦ blue 116

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

Shades of Amulet #789974

Tints of Amulet #789974

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.33%

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

R = 30.85%
G = 39.33%
B = 29.82%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#789974 (or 0x789974) is known color: Amulet. HEX triplet: 78, 99 and 74. RGB value is (120,153,116). Sum of RGB (Red+Green+Blue) = 120+153+116=389 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.85% from 389); Green value is 153 (60.16% from 255 or 39.33% from 389); Blue value is 116 (45.70% from 255 or 29.82% from 389); Max value from RGB is 153 - color contains mainly: green. Hex color #789974 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789974 is #87668B. Grayscale: #8B8B8B. Windows color (decimal): -8873612 or 7641464. OLE color: 7641464.

HSL color Cylindrical-coordinate representation of color #789974: hue angle of 113.51º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #789974 is Cyan = 0.22, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB 120 153 116 -
CMYK 0.22 0 0.24 0.4
HSL 113.51º 0.15% 0.53% -
HSV(B) 113.51º 0.24% 0.6% -
XYZ 22.29 28.04 20.76 -
YUV 138.92 115.07 114.51 -
System Red Green Blue C M Y K H S L
Decimal 120 153 116 0.22 0 0.24 0.4 113.51 0.15 0.53
Hex 78 99 74 16 0 18 28 72 F 35
Octal 170 231 164 26 0 30 50 162 17 65
Binary 1111000 10011001 1110100 10110 0 11000 101000 1110010 1111 110101

Color Harmonies of #789974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789974

Black with #789974

Text Example


Text Example

White with #789974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #789974; }

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

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

background-color css

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

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

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

border-color css

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

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

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