#7B525B

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

Shades of Cosmic #7B525B

Tints of Cosmic #7B525B

Color information

#7B525B (or 0x7B525B) is unknown color: approx Cosmic. HEX triplet: 7B, 52 and 5B. RGB value is (123,82,91). Sum of RGB (Red+Green+Blue) = 123+82+91=296 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.55% from 296); Green value is 82 (32.42% from 255 or 27.70% from 296); Blue value is 91 (35.94% from 255 or 30.74% from 296); Max value from RGB is 123 - color contains mainly: red. Hex color #7B525B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B525B is #84ADA4. Grayscale: #5F5F5F. Windows color (decimal): -8695205 or 5984891. OLE color: 5984891.

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

Color convert

RGB1238291-
CMYK00.330.260.52
HSL346.83º20%40.2%-
HSV(B)346.83º33.33%48.24%-
XYZ13.071111.33-
YUV95.28125.58147.77-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 41.55%
GREEN value IS 82 (32.42% from 255) = 27.70%
BLUE value IS 91 (35.94% from 255) = 30.74%
R=41.55%
G=27.70%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.26
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123829100.330.260.52346.832040.2
Hex7B525B0211A3415b1428
Octal17312213304132645332450
Binary11110111010010101101101000011101011010010101101110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B525B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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