#7A5768

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

Shades of Cosmic #7A5768

Tints of Cosmic #7A5768

Color information

#7A5768 (or 0x7A5768) is unknown color: approx Cosmic. HEX triplet: 7A, 57 and 68. RGB value is (122,87,104). Sum of RGB (Red+Green+Blue) = 122+87+104=313 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.98% from 313); Green value is 87 (34.38% from 255 or 27.80% from 313); Blue value is 104 (41.02% from 255 or 33.23% from 313); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5768 is #85A897. Grayscale: #636363. Windows color (decimal): -8759448 or 6838138. OLE color: 6838138.

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

Color convert

RGB12287104-
CMYK00.290.150.52
HSL330.86º16.75%40.98%-
HSV(B)330.86º28.69%47.84%-
XYZ13.9311.9514.67-
YUV99.4130.6144.12-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.98%
GREEN value IS 87 (34.38% from 255) = 27.80%
BLUE value IS 104 (41.02% from 255) = 33.23%
R=38.98%
G=27.80%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.15
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1228710400.290.150.52330.8616.7540.98
Hex7A576801DF3414b1129
Octal17212715003517645132151
Binary111101010101111101000011101111111010010100101110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,87,104); }

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

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

 a { background-color: rgb(122,87,104); }

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

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

 span { border-color: rgb(122,87,104); }

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