#7A5D69

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

Shades of Cosmic #7A5D69

Tints of Cosmic #7A5D69

Color information

#7A5D69 (or 0x7A5D69) is unknown color: approx Cosmic. HEX triplet: 7A, 5D and 69. RGB value is (122,93,105). Sum of RGB (Red+Green+Blue) = 122+93+105=320 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.12% from 320); Green value is 93 (36.72% from 255 or 29.06% from 320); Blue value is 105 (41.41% from 255 or 32.81% from 320); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5D69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5D69 is #85A296. Grayscale: #676767. Windows color (decimal): -8757911 or 6905210. OLE color: 6905210.

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

Color convert

RGB12293105-
CMYK00.240.140.52
HSL335.17º13.49%42.16%-
HSV(B)335.17º23.77%47.84%-
XYZ14.4912.9915.11-
YUV103.04129.11141.52-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.12%
GREEN value IS 93 (36.72% from 255) = 29.06%
BLUE value IS 105 (41.41% from 255) = 32.81%
R=38.12%
G=29.06%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.14
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1229310500.240.140.52335.1713.4942.16
Hex7A5D69018E3414fd2a
Octal17213515103016645171552
Binary11110101011101110100101100011101101001010011111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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