#7A5664

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

Shades of Cosmic #7A5664

Tints of Cosmic #7A5664

Color information

#7A5664 (or 0x7A5664) is unknown color: approx Cosmic. HEX triplet: 7A, 56 and 64. RGB value is (122,86,100). Sum of RGB (Red+Green+Blue) = 122+86+100=308 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.61% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 100 (39.45% from 255 or 32.47% from 308); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5664 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5664 is #85A99B. Grayscale: #626262. Windows color (decimal): -8759708 or 6575738. OLE color: 6575738.

HSL color Cylindrical-coordinate representation of color #7A5664: hue angle of 336.67º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7A5664 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.52.

Color convert

RGB12286100-
CMYK00.300.180.52
HSL336.67º17.31%40.78%-
HSV(B)336.67º29.51%47.84%-
XYZ13.6511.7113.6-
YUV98.36128.93144.86-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 39.61%
GREEN value IS 86 (33.98% from 255) = 27.92%
BLUE value IS 100 (39.45% from 255) = 32.47%
R=39.61%
G=27.92%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.18
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1228610000.300.180.52336.6717.3140.78
Hex7A566401E12341511129
Octal17212614403622645212151
Binary1111010101011011001000111101001011010010101000110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,86,100); }

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

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

 a { background-color: rgb(122,86,100); }

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

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

 span { border-color: rgb(122,86,100); }

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