#7B4975

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

Shades of Trendy Pink #7B4975

Tints of Trendy Pink #7B4975

Color information

#7B4975 (or 0x7B4975) is unknown color: approx Trendy Pink. HEX triplet: 7B, 49 and 75. RGB value is (123,73,117). Sum of RGB (Red+Green+Blue) = 123+73+117=313 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.30% from 313); Green value is 73 (28.91% from 255 or 23.32% from 313); Blue value is 117 (46.09% from 255 or 37.38% from 313); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4975 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B4975 is #84B68A. Grayscale: #5C5C5C. Windows color (decimal): -8697483 or 7686523. OLE color: 7686523.

HSL color Cylindrical-coordinate representation of color #7B4975: hue angle of 307.2º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7B4975 is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.52.

Color convert

RGB12373117-
CMYK00.410.050.52
HSL307.2º25.51%38.43%-
HSV(B)307.2º40.65%48.24%-
XYZ13.7610.2618.08-
YUV92.97141.56149.42-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 39.30%
GREEN value IS 73 (28.91% from 255) = 23.32%
BLUE value IS 117 (46.09% from 255) = 37.38%
R=39.30%
G=23.32%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.05
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1237311700.410.050.52307.225.5138.43
Hex7B49750295341331a26
Octal1731111650515644633246
Binary111101110010011110101010100110111010010011001111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,73,117); }

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

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

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

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

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

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

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