#7B586E

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

Shades of Cosmic #7B586E

Tints of Cosmic #7B586E

Color information

#7B586E (or 0x7B586E) is unknown color: approx Cosmic. HEX triplet: 7B, 58 and 6E. RGB value is (123,88,110). Sum of RGB (Red+Green+Blue) = 123+88+110=321 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.32% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 110 (43.36% from 255 or 34.27% from 321); Max value from RGB is 123 - color contains mainly: red. Hex color #7B586E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B586E is #84A791. Grayscale: #646464. Windows color (decimal): -8693650 or 7231611. OLE color: 7231611.

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

Color convert

RGB12388110-
CMYK00.280.110.52
HSL322.29º16.59%41.37%-
HSV(B)322.29º28.46%48.24%-
XYZ14.4712.3216.37-
YUV100.97133.1143.71-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 38.32%
GREEN value IS 88 (34.77% from 255) = 27.41%
BLUE value IS 110 (43.36% from 255) = 34.27%
R=38.32%
G=27.41%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.11
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1238811000.280.110.52322.2916.5941.37
Hex7B586E01CB341421129
Octal17313015603413645022151
Binary111101110110001101110011100101111010010100001010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B586E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,88,110); }

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

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

 a { background-color: rgb(123,88,110); }

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

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

 span { border-color: rgb(123,88,110); }

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