#7B4F75

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

Shades of Trendy Pink #7B4F75

Tints of Trendy Pink #7B4F75

Color information

#7B4F75 (or 0x7B4F75) is unknown color: approx Trendy Pink. HEX triplet: 7B, 4F and 75. RGB value is (123,79,117). Sum of RGB (Red+Green+Blue) = 123+79+117=319 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.56% from 319); Green value is 79 (31.25% from 255 or 24.76% from 319); Blue value is 117 (46.09% from 255 or 36.68% from 319); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4F75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B4F75 is #84B08A. Grayscale: #606060. Windows color (decimal): -8695947 or 7688059. OLE color: 7688059.

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

Color convert

RGB12379117-
CMYK00.360.050.52
HSL308.18º21.78%39.61%-
HSV(B)308.18º35.77%48.24%-
XYZ14.1811.0918.22-
YUV96.49139.58146.91-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 38.56%
GREEN value IS 79 (31.25% from 255) = 24.76%
BLUE value IS 117 (46.09% from 255) = 36.68%
R=38.56%
G=24.76%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1237911700.360.050.52308.1821.7839.61
Hex7B4F750245341341628
Octal1731171650445644642650
Binary111101110011111110101010010010111010010011010010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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