#7A555F

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

Shades of Cosmic #7A555F

Tints of Cosmic #7A555F

Color information

#7A555F (or 0x7A555F) is unknown color: approx Cosmic. HEX triplet: 7A, 55 and 5F. RGB value is (122,85,95). Sum of RGB (Red+Green+Blue) = 122+85+95=302 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.40% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 95 (37.5% from 255 or 31.46% from 302); Max value from RGB is 122 - color contains mainly: red. Hex color #7A555F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A555F is #85AAA0. Grayscale: #616161. Windows color (decimal): -8759969 or 6247802. OLE color: 6247802.

HSL color Cylindrical-coordinate representation of color #7A555F: hue angle of 343.78º degrees, saturation: 0.18, 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 #7A555F is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.52.

Color convert

RGB1228595-
CMYK00.300.220.52
HSL343.78º17.87%40.59%-
HSV(B)343.78º30.33%47.84%-
XYZ13.3411.4612.34-
YUV97.2126.76145.69-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 40.40%
GREEN value IS 85 (33.59% from 255) = 28.15%
BLUE value IS 95 (37.5% from 255) = 31.46%
R=40.40%
G=28.15%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.22
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122859500.300.220.52343.7817.8740.59
Hex7A555F01E16341581229
Octal17212513703626645302251
Binary1111010101010110111110111101011011010010101100010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A555F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,85,95); }

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

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

 a { background-color: rgb(122,85,95); }

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

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

 span { border-color: rgb(122,85,95); }

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