#7A4257

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

Shades of Cosmic #7A4257

Tints of Cosmic #7A4257

Color information

#7A4257 (or 0x7A4257) is unknown color: approx Cosmic. HEX triplet: 7A, 42 and 57. RGB value is (122,66,87). Sum of RGB (Red+Green+Blue) = 122+66+87=275 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.36% from 275); Green value is 66 (26.17% from 255 or 24% from 275); Blue value is 87 (34.38% from 255 or 31.64% from 275); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4257 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4257 is #85BDA8. Grayscale: #555555. Windows color (decimal): -8764841 or 5718650. OLE color: 5718650.

HSL color Cylindrical-coordinate representation of color #7A4257: hue angle of 337.5º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7A4257 is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.52.

Color convert

RGB1226687-
CMYK00.460.290.52
HSL337.5º29.79%36.86%-
HSV(B)337.5º45.9%47.84%-
XYZ11.698.7210.08-
YUV85.14129.05154.29-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 44.36%
GREEN value IS 66 (26.17% from 255) = 24%
BLUE value IS 87 (34.38% from 255) = 31.64%
R=44.36%
G=24%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.29
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122668700.460.290.52337.529.7936.86
Hex7A425702E1D341521e25
Octal17210212705635645223645
Binary11110101000010101011101011101110111010010101001011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,66,87); }

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

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

 a { background-color: rgb(122,66,87); }

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

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

 span { border-color: rgb(122,66,87); }

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