#7A617B

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

Shades of Trendy Pink #7A617B

Tints of Trendy Pink #7A617B

Color information

#7A617B (or 0x7A617B) is unknown color: approx Trendy Pink. HEX triplet: 7A, 61 and 7B. RGB value is (122,97,123). Sum of RGB (Red+Green+Blue) = 122+97+123=342 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.67% from 342); Green value is 97 (38.28% from 255 or 28.36% from 342); Blue value is 123 (48.44% from 255 or 35.96% from 342); Max value from RGB is 123 - color contains mainly: blue. Hex color #7A617B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A617B is #859E84. Grayscale: #6B6B6B. Windows color (decimal): -8756869 or 8085882. OLE color: 8085882.

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

Color convert

RGB12297123-
CMYK0.010.2100.52
HSL297.69º11.82%43.14%-
HSV(B)297.69º21.14%48.24%-
XYZ15.8814.1220.63-
YUV107.44136.78138.39-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.67%
GREEN value IS 97 (38.28% from 255) = 28.36%
BLUE value IS 123 (48.44% from 255) = 35.96%
R=35.67%
G=28.36%
B=35.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122971230.010.2100.52297.6911.8243.14
Hex7A617B11503412ac2b
Octal1721411731250644521453
Binary11110101100001111101111010101101001001010101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A617B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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