#7A5868

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

Shades of Cosmic #7A5868

Tints of Cosmic #7A5868

Color information

#7A5868 (or 0x7A5868) is unknown color: approx Cosmic. HEX triplet: 7A, 58 and 68. RGB value is (122,88,104). Sum of RGB (Red+Green+Blue) = 122+88+104=314 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.85% from 314); Green value is 88 (34.77% from 255 or 28.03% from 314); Blue value is 104 (41.02% from 255 or 33.12% from 314); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5868 is #85A797. Grayscale: #636363. Windows color (decimal): -8759192 or 6838394. OLE color: 6838394.

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

Color convert

RGB12288104-
CMYK00.280.150.52
HSL331.76º16.19%41.18%-
HSV(B)331.76º27.87%47.84%-
XYZ14.0112.1214.7-
YUV99.99130.26143.7-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.85%
GREEN value IS 88 (34.77% from 255) = 28.03%
BLUE value IS 104 (41.02% from 255) = 33.12%
R=38.85%
G=28.03%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1228810400.280.150.52331.7616.1941.18
Hex7A586801CF3414c1029
Octal17213015003417645142051
Binary111101010110001101000011100111111010010100110010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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