#7A5052

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

Shades of Solid Pink #7A5052

Tints of Solid Pink #7A5052

Color information

#7A5052 (or 0x7A5052) is unknown color: approx Solid Pink. HEX triplet: 7A, 50 and 52. RGB value is (122,80,82). Sum of RGB (Red+Green+Blue) = 122+80+82=284 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.96% from 284); Green value is 80 (31.64% from 255 or 28.17% from 284); Blue value is 82 (32.42% from 255 or 28.87% from 284); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5052 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5052 is #85AFAD. Grayscale: #5C5C5C. Windows color (decimal): -8761262 or 5394554. OLE color: 5394554.

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

Color convert

RGB1228082-
CMYK00.340.330.52
HSL357.14º20.79%39.61%-
HSV(B)357.14º34.43%47.84%-
XYZ12.4210.489.35-
YUV92.79121.91148.84-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 42.96%
GREEN value IS 80 (31.64% from 255) = 28.17%
BLUE value IS 82 (32.42% from 255) = 28.87%
R=42.96%
G=28.17%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.33
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122808200.340.330.52357.1420.7939.61
Hex7A505202221341651528
Octal17212012204241645452550
Binary111101010100001010010010001010000111010010110010110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,80,82); }

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

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

 a { background-color: rgb(122,80,82); }

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

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

 span { border-color: rgb(122,80,82); }

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