#7B617B

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

Shades of Trendy Pink #7B617B

Tints of Trendy Pink #7B617B

Color information

#7B617B (or 0x7B617B) is unknown color: approx Trendy Pink. HEX triplet: 7B, 61 and 7B. RGB value is (123,97,123). Sum of RGB (Red+Green+Blue) = 123+97+123=343 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.86% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 123 (48.44% from 255 or 35.86% from 343); Max value from RGB is 123 - color contains mainly: red, blue. Hex color #7B617B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B617B is #849E84. Grayscale: #6B6B6B. Windows color (decimal): -8691333 or 8085883. OLE color: 8085883.

HSL color Cylindrical-coordinate representation of color #7B617B: hue angle of 300º 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 #7B617B is Cyan = 0, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB12397123-
CMYK00.2100.52
HSL300º11.82%43.14%-
HSV(B)300º21.14%48.24%-
XYZ16.0214.1920.63-
YUV107.74136.61138.89-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.86%
GREEN value IS 97 (38.28% from 255) = 28.28%
BLUE value IS 123 (48.44% from 255) = 35.86%
R=35.86%
G=28.28%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1239712300.2100.5230011.8243.14
Hex7B617B01503412cc2b
Octal1731411730250644541453
Binary11110111100001111101101010101101001001011001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B617B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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