#7A395D

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

Shades of Cosmic #7A395D

Tints of Cosmic #7A395D

Color information

#7A395D (or 0x7A395D) is unknown color: approx Cosmic. HEX triplet: 7A, 39 and 5D. RGB value is (122,57,93). Sum of RGB (Red+Green+Blue) = 122+57+93=272 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.85% from 272); Green value is 57 (22.66% from 255 or 20.96% from 272); Blue value is 93 (36.72% from 255 or 34.19% from 272); Max value from RGB is 122 - color contains mainly: red. Hex color #7A395D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A395D is #85C6A2. Grayscale: #505050. Windows color (decimal): -8767139 or 6109562. OLE color: 6109562.

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

Color convert

RGB1225793-
CMYK00.530.240.52
HSL326.77º36.31%35.1%-
HSV(B)326.77º53.28%47.84%-
XYZ11.467.8511.27-
YUV80.54135.03157.57-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 44.85%
GREEN value IS 57 (22.66% from 255) = 20.96%
BLUE value IS 93 (36.72% from 255) = 34.19%
R=44.85%
G=20.96%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.24
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122579300.530.240.52326.7736.3135.1
Hex7A395D03518341472423
Octal1727113506530645074443
Binary11110101110011011101011010111000110100101000111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A395D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,57,93); }

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

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

 a { background-color: rgb(122,57,93); }

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

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

 span { border-color: rgb(122,57,93); }

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