#7A545F

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

Shades of Cosmic #7A545F

Tints of Cosmic #7A545F

Color information

#7A545F (or 0x7A545F) is unknown color: approx Cosmic. HEX triplet: 7A, 54 and 5F. RGB value is (122,84,95). Sum of RGB (Red+Green+Blue) = 122+84+95=301 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.53% from 301); Green value is 84 (33.20% from 255 or 27.91% from 301); Blue value is 95 (37.5% from 255 or 31.56% from 301); Max value from RGB is 122 - color contains mainly: red. Hex color #7A545F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A545F is #85ABA0. Grayscale: #606060. Windows color (decimal): -8760225 or 6247546. OLE color: 6247546.

HSL color Cylindrical-coordinate representation of color #7A545F: hue angle of 342.63º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7A545F is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.52.

Color convert

RGB1228495-
CMYK00.310.220.52
HSL342.63º18.45%40.39%-
HSV(B)342.63º31.15%47.84%-
XYZ13.2611.312.31-
YUV96.62127.09146.11-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 40.53%
GREEN value IS 84 (33.20% from 255) = 27.91%
BLUE value IS 95 (37.5% from 255) = 31.56%
R=40.53%
G=27.91%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122849500.310.220.52342.6318.4540.39
Hex7A545F01F16341571228
Octal17212413703726645272250
Binary1111010101010010111110111111011011010010101011110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A545F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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