#7A4E58

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

Shades of Cosmic #7A4E58

Tints of Cosmic #7A4E58

Color information

#7A4E58 (or 0x7A4E58) is unknown color: approx Cosmic. HEX triplet: 7A, 4E and 58. RGB value is (122,78,88). Sum of RGB (Red+Green+Blue) = 122+78+88=288 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.36% from 288); Green value is 78 (30.86% from 255 or 27.08% from 288); Blue value is 88 (34.77% from 255 or 30.56% from 288); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4E58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A4E58 is #85B1A7. Grayscale: #5C5C5C. Windows color (decimal): -8761768 or 5787258. OLE color: 5787258.

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

Color convert

RGB1227888-
CMYK00.360.280.52
HSL346.36º22%39.22%-
HSV(B)346.36º36.07%47.84%-
XYZ12.5110.2910.56-
YUV92.3125.58149.19-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 42.36%
GREEN value IS 78 (30.86% from 255) = 27.08%
BLUE value IS 88 (34.77% from 255) = 30.56%
R=42.36%
G=27.08%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.28
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122788800.360.280.52346.362239.22
Hex7A4E580241C3415a1627
Octal17211613004434645322647
Binary11110101001110101100001001001110011010010101101010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,78,88); }

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

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

 a { background-color: rgb(122,78,88); }

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

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

 span { border-color: rgb(122,78,88); }

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