#76547A

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

Shades of Trendy Pink #76547A

Tints of Trendy Pink #76547A

Color information

#76547A (or 0x76547A) is unknown color: approx Trendy Pink. HEX triplet: 76, 54 and 7A. RGB value is (118,84,122). Sum of RGB (Red+Green+Blue) = 118+84+122=324 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.42% from 324); Green value is 84 (33.20% from 255 or 25.93% from 324); Blue value is 122 (48.05% from 255 or 37.65% from 324); Max value from RGB is 122 - color contains mainly: blue. Hex color #76547A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76547A is #89AB85. Grayscale: #626262. Windows color (decimal): -9022342 or 8017014. OLE color: 8017014.

HSL color Cylindrical-coordinate representation of color #76547A: hue angle of 293.68º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #76547A is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11884122-
CMYK0.030.3100.52
HSL293.68º18.45%40.39%-
HSV(B)293.68º31.15%47.84%-
XYZ14.1511.619.9-
YUV98.5141.26141.91-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.42%
GREEN value IS 84 (33.20% from 255) = 25.93%
BLUE value IS 122 (48.05% from 255) = 37.65%
R=36.42%
G=25.93%
B=37.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal118841220.030.3100.52293.6818.4540.39
Hex76547A31F0341261228
Octal1661241723370644462250
Binary1110110101010011110101111111011010010010011010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76547A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76547A; }

 p { color: rgb(118,84,122); }

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

<style>
 a { background-color: #76547A; }

 a { background-color: rgb(118,84,122); }

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

<style>
 span { border-color: #76547A; }

 span { border-color: rgb(118,84,122); }

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