#7C6A7F

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

Shades of Trendy Pink #7C6A7F

Tints of Trendy Pink #7C6A7F

Color information

#7C6A7F (or 0x7C6A7F) is unknown color: approx Trendy Pink. HEX triplet: 7C, 6A and 7F. RGB value is (124,106,127). Sum of RGB (Red+Green+Blue) = 124+106+127=357 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.73% from 357); Green value is 106 (41.80% from 255 or 29.69% from 357); Blue value is 127 (50% from 255 or 35.57% from 357); Max value from RGB is 127 - color contains mainly: blue. Hex color #7C6A7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6A7F is #839580. Grayscale: #717171. Windows color (decimal): -8623489 or 8350332. OLE color: 8350332.

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

Color convert

RGB124106127-
CMYK0.020.1700.50
HSL291.43º9.01%45.69%-
HSV(B)291.43º16.54%49.8%-
XYZ17.316.1322.28-
YUV113.78135.46135.29-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.73%
GREEN value IS 106 (41.80% from 255) = 29.69%
BLUE value IS 127 (50% from 255) = 35.57%
R=34.73%
G=29.69%
B=35.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1241061270.020.1700.50291.439.0145.69
Hex7C6A7F21103212392e
Octal1741521772210624431156
Binary111110011010101111111101000101100101001000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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