#7B617E

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

Shades of Trendy Pink #7B617E

Tints of Trendy Pink #7B617E

Color information

#7B617E (or 0x7B617E) is unknown color: approx Trendy Pink. HEX triplet: 7B, 61 and 7E. RGB value is (123,97,126). Sum of RGB (Red+Green+Blue) = 123+97+126=346 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.55% from 346); Green value is 97 (38.28% from 255 or 28.03% from 346); Blue value is 126 (49.61% from 255 or 36.42% from 346); Max value from RGB is 126 - color contains mainly: blue. Hex color #7B617E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B617E is #849E81. Grayscale: #6B6B6B. Windows color (decimal): -8691330 or 8282491. OLE color: 8282491.

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

Color convert

RGB12397126-
CMYK0.020.2300.51
HSL293.79º13%43.73%-
HSV(B)293.79º23.02%49.41%-
XYZ16.2114.2721.64-
YUV108.08138.11138.64-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.55%
GREEN value IS 97 (38.28% from 255) = 28.03%
BLUE value IS 126 (49.61% from 255) = 36.42%
R=35.55%
G=28.03%
B=36.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal123971260.020.2300.51293.791343.73
Hex7B617E217033126d2c
Octal1731411762270634461554
Binary111101111000011111110101011101100111001001101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B617E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,97,126); }

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

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

 a { background-color: rgb(123,97,126); }

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

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

 span { border-color: rgb(123,97,126); }

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