#7B526C

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

Shades of Cosmic #7B526C

Tints of Cosmic #7B526C

Color information

#7B526C (or 0x7B526C) is unknown color: approx Cosmic. HEX triplet: 7B, 52 and 6C. RGB value is (123,82,108). Sum of RGB (Red+Green+Blue) = 123+82+108=313 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.30% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 123 - color contains mainly: red. Hex color #7B526C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B526C is #84AD93. Grayscale: #616161. Windows color (decimal): -8695188 or 7099003. OLE color: 7099003.

HSL color Cylindrical-coordinate representation of color #7B526C: hue angle of 321.95º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7B526C is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.52.

Color convert

RGB12382108-
CMYK00.330.120.52
HSL321.95º20%40.2%-
HSV(B)321.95º33.33%48.24%-
XYZ13.8911.3315.64-
YUV97.22134.08146.39-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 39.30%
GREEN value IS 82 (32.42% from 255) = 26.20%
BLUE value IS 108 (42.58% from 255) = 34.50%
R=39.30%
G=26.20%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.12
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1238210800.330.120.52321.952040.2
Hex7B526C021C341421428
Octal17312215404114645022450
Binary1111011101001011011000100001110011010010100001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B526C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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