#7A475E

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

Shades of Cosmic #7A475E

Tints of Cosmic #7A475E

Color information

#7A475E (or 0x7A475E) is unknown color: approx Cosmic. HEX triplet: 7A, 47 and 5E. RGB value is (122,71,94). Sum of RGB (Red+Green+Blue) = 122+71+94=287 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.51% from 287); Green value is 71 (28.12% from 255 or 24.74% from 287); Blue value is 94 (37.11% from 255 or 32.75% from 287); Max value from RGB is 122 - color contains mainly: red. Hex color #7A475E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A475E is #85B8A1. Grayscale: #585858. Windows color (decimal): -8763554 or 6178682. OLE color: 6178682.

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

Color convert

RGB1227194-
CMYK00.420.230.52
HSL332.94º26.42%37.84%-
HSV(B)332.94º41.8%47.84%-
XYZ12.39.4511.77-
YUV88.87130.9151.63-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 42.51%
GREEN value IS 71 (28.12% from 255) = 24.74%
BLUE value IS 94 (37.11% from 255) = 32.75%
R=42.51%
G=24.74%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.23
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122719400.420.230.52332.9426.4237.84
Hex7A475E02A173414d1a26
Octal17210713605227645153246
Binary11110101000111101111001010101011111010010100110111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A475E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,71,94); }

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

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

 a { background-color: rgb(122,71,94); }

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

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

 span { border-color: rgb(122,71,94); }

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