#7A5767

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

Shades of Cosmic #7A5767

Tints of Cosmic #7A5767

Color information

#7A5767 (or 0x7A5767) is unknown color: approx Cosmic. HEX triplet: 7A, 57 and 67. RGB value is (122,87,103). Sum of RGB (Red+Green+Blue) = 122+87+103=312 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.10% from 312); Green value is 87 (34.38% from 255 or 27.88% from 312); Blue value is 103 (40.62% from 255 or 33.01% from 312); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5767 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5767 is #85A898. Grayscale: #636363. Windows color (decimal): -8759449 or 6772602. OLE color: 6772602.

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

Color convert

RGB12287103-
CMYK00.290.160.52
HSL332.57º16.75%40.98%-
HSV(B)332.57º28.69%47.84%-
XYZ13.8811.9314.4-
YUV99.29130.1144.2-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 39.10%
GREEN value IS 87 (34.38% from 255) = 27.88%
BLUE value IS 103 (40.62% from 255) = 33.01%
R=39.10%
G=27.88%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1228710300.290.160.52332.5716.7540.98
Hex7A576701D103414d1129
Octal17212714703520645152151
Binary1111010101011111001110111011000011010010100110110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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