#79617D

Color #79617D Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #79617D

Tints of Trendy Pink #79617D

Color information

#79617D (or 0x79617D) is unknown color: approx Trendy Pink. HEX triplet: 79, 61 and 7D. RGB value is (121,97,125). Sum of RGB (Red+Green+Blue) = 121+97+125=343 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.28% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 125 (49.22% from 255 or 36.44% from 343); Max value from RGB is 125 - color contains mainly: blue. Hex color #79617D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79617D is #869E82. Grayscale: #6B6B6B. Windows color (decimal): -8822403 or 8216953. OLE color: 8216953.

HSL color Cylindrical-coordinate representation of color #79617D: hue angle of 291.43º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #79617D is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB12197125-
CMYK0.030.2200.51
HSL291.43º12.61%43.53%-
HSV(B)291.43º22.4%49.02%-
XYZ15.8614.121.29-
YUV107.37137.95137.72-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.28%
GREEN value IS 97 (38.28% from 255) = 28.28%
BLUE value IS 125 (49.22% from 255) = 36.44%
R=35.28%
G=28.28%
B=36.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal121971250.030.2200.51291.4312.6143.53
Hex79617D316033123d2c
Octal1711411753260634431554
Binary111100111000011111101111011001100111001000111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79617D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79617D; }

 p { color: rgb(121,97,125); }

 H1.HeaderClassName
 {
   color: #79617D;
 }
 .AnyTagClassName
 {
   color: #79617D;
 }
</style>
background-color css

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

 a { background-color: rgb(121,97,125); }

 div.DivClassName
 {
   background-color: #79617D;
 }
 .BgClassName
 {
   background-color: #79617D;
 }
</style>
border-color css

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

 span { border-color: rgb(121,97,125); }

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