#7C607F

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

Shades of Trendy Pink #7C607F

Tints of Trendy Pink #7C607F

Color information

#7C607F (or 0x7C607F) is unknown color: approx Trendy Pink. HEX triplet: 7C, 60 and 7F. RGB value is (124,96,127). Sum of RGB (Red+Green+Blue) = 124+96+127=347 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.73% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 127 (50% from 255 or 36.60% from 347); Max value from RGB is 127 - color contains mainly: blue. Hex color #7C607F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C607F is #839F80. Grayscale: #6B6B6B. Windows color (decimal): -8626049 or 8347772. OLE color: 8347772.

HSL color Cylindrical-coordinate representation of color #7C607F: hue angle of 294.19º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7C607F is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB12496127-
CMYK0.020.2400.50
HSL294.19º13.9%43.73%-
HSV(B)294.19º24.41%49.8%-
XYZ16.3314.1821.96-
YUV107.91138.78139.48-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.73%
GREEN value IS 96 (37.89% from 255) = 27.67%
BLUE value IS 127 (50% from 255) = 36.60%
R=35.73%
G=27.67%
B=36.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal124961270.020.2400.50294.1913.943.73
Hex7C607F218032126e2c
Octal1741401772300624461654
Binary111110011000001111111101100001100101001001101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C607F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,96,127); }

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

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

 a { background-color: rgb(124,96,127); }

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

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

 span { border-color: rgb(124,96,127); }

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