#7A476B

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

Shades of Cosmic #7A476B

Tints of Cosmic #7A476B

Color information

#7A476B (or 0x7A476B) is unknown color: approx Cosmic. HEX triplet: 7A, 47 and 6B. RGB value is (122,71,107). Sum of RGB (Red+Green+Blue) = 122+71+107=300 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.67% from 300); Green value is 71 (28.12% from 255 or 23.67% from 300); Blue value is 107 (42.19% from 255 or 35.67% from 300); Max value from RGB is 122 - color contains mainly: red. Hex color #7A476B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A476B is #85B894. Grayscale: #5A5A5A. Windows color (decimal): -8763541 or 7030650. OLE color: 7030650.

HSL color Cylindrical-coordinate representation of color #7A476B: hue angle of 317.65º 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 #7A476B is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.52.

Color convert

RGB12271107-
CMYK00.420.120.52
HSL317.65º26.42%37.84%-
HSV(B)317.65º41.8%47.84%-
XYZ12.939.7115.1-
YUV90.35137.4150.57-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 40.67%
GREEN value IS 71 (28.12% from 255) = 23.67%
BLUE value IS 107 (42.19% from 255) = 35.67%
R=40.67%
G=23.67%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.12
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1227110700.420.120.52317.6526.4237.84
Hex7A476B02AC3413e1a26
Octal17210715305214644763246
Binary1111010100011111010110101010110011010010011111011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A476B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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