#7C607B

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

Shades of Trendy Pink #7C607B

Tints of Trendy Pink #7C607B

Color information

#7C607B (or 0x7C607B) is unknown color: approx Trendy Pink. HEX triplet: 7C, 60 and 7B. RGB value is (124,96,123). Sum of RGB (Red+Green+Blue) = 124+96+123=343 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.15% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 123 (48.44% from 255 or 35.86% from 343); Max value from RGB is 124 - color contains mainly: red. Hex color #7C607B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C607B is #839F84. Grayscale: #6B6B6B. Windows color (decimal): -8626053 or 8085628. OLE color: 8085628.

HSL color Cylindrical-coordinate representation of color #7C607B: hue angle of 302.14º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7C607B is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.51.

Color convert

RGB12496123-
CMYK00.230.010.51
HSL302.14º12.73%43.14%-
HSV(B)302.14º22.58%48.63%-
XYZ16.0714.0820.61-
YUV107.45136.78139.8-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.15%
GREEN value IS 96 (37.89% from 255) = 27.99%
BLUE value IS 123 (48.44% from 255) = 35.86%
R=36.15%
G=27.99%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.01
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1249612300.230.010.51302.1412.7343.14
Hex7C607B01713312ed2b
Octal1741401730271634561553
Binary11111001100000111101101011111100111001011101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C607B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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