#7B566C

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

Shades of Cosmic #7B566C

Tints of Cosmic #7B566C

Color information

#7B566C (or 0x7B566C) is unknown color: approx Cosmic. HEX triplet: 7B, 56 and 6C. RGB value is (123,86,108). Sum of RGB (Red+Green+Blue) = 123+86+108=317 (41% of max value = 765). Red value is 123 (48.44% from 255 or 38.80% from 317); Green value is 86 (33.98% from 255 or 27.13% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 123 - color contains mainly: red. Hex color #7B566C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B566C is #84A993. Grayscale: #636363. Windows color (decimal): -8694164 or 7100027. OLE color: 7100027.

HSL color Cylindrical-coordinate representation of color #7B566C: hue angle of 324.32º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7B566C is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.52.

Color convert

RGB12386108-
CMYK00.300.120.52
HSL324.32º17.7%40.98%-
HSV(B)324.32º30.08%48.24%-
XYZ14.211.9515.75-
YUV99.57132.76144.71-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 38.80%
GREEN value IS 86 (33.98% from 255) = 27.13%
BLUE value IS 108 (42.58% from 255) = 34.07%
R=38.80%
G=27.13%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.12
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1238610800.300.120.52324.3217.740.98
Hex7B566C01EC341441229
Octal17312615403614645042251
Binary111101110101101101100011110110011010010100010010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B566C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,86,108); }

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

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

 a { background-color: rgb(123,86,108); }

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

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

 span { border-color: rgb(123,86,108); }

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