#7A4F75

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

Shades of Trendy Pink #7A4F75

Tints of Trendy Pink #7A4F75

Color information

#7A4F75 (or 0x7A4F75) is unknown color: approx Trendy Pink. HEX triplet: 7A, 4F and 75. RGB value is (122,79,117). Sum of RGB (Red+Green+Blue) = 122+79+117=318 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.36% from 318); Green value is 79 (31.25% from 255 or 24.84% from 318); Blue value is 117 (46.09% from 255 or 36.79% from 318); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4F75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A4F75 is #85B08A. Grayscale: #606060. Windows color (decimal): -8761483 or 7688058. OLE color: 7688058.

HSL color Cylindrical-coordinate representation of color #7A4F75: hue angle of 306.98º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7A4F75 is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.52.

Color convert

RGB12279117-
CMYK00.350.040.52
HSL306.98º21.39%39.41%-
HSV(B)306.98º35.25%47.84%-
XYZ14.0311.0118.22-
YUV96.19139.75146.41-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.36%
GREEN value IS 79 (31.25% from 255) = 24.84%
BLUE value IS 117 (46.09% from 255) = 36.79%
R=38.36%
G=24.84%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1227911700.350.040.52306.9821.3939.41
Hex7A4F750234341331527
Octal1721171650434644632547
Binary111101010011111110101010001110011010010011001110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A4F75; }

 p { color: rgb(122,79,117); }

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

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

 a { background-color: rgb(122,79,117); }

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

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

 span { border-color: rgb(122,79,117); }

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