#7B515C

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

Shades of Cosmic #7B515C

Tints of Cosmic #7B515C

Color information

#7B515C (or 0x7B515C) is unknown color: approx Cosmic. HEX triplet: 7B, 51 and 5C. RGB value is (123,81,92). Sum of RGB (Red+Green+Blue) = 123+81+92=296 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.55% from 296); Green value is 81 (32.03% from 255 or 27.36% from 296); Blue value is 92 (36.33% from 255 or 31.08% from 296); Max value from RGB is 123 - color contains mainly: red. Hex color #7B515C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B515C is #84AEA3. Grayscale: #5E5E5E. Windows color (decimal): -8695460 or 6050171. OLE color: 6050171.

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

Color convert

RGB1238192-
CMYK00.340.250.52
HSL344.29º20.59%40%-
HSV(B)344.29º34.15%48.24%-
XYZ13.0410.8711.54-
YUV94.81126.41148.11-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 41.55%
GREEN value IS 81 (32.03% from 255) = 27.36%
BLUE value IS 92 (36.33% from 255) = 31.08%
R=41.55%
G=27.36%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.25
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123819200.340.250.52344.2920.5940
Hex7B515C02219341581528
Octal17312113404231645302550
Binary11110111010001101110001000101100111010010101100010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B515C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,81,92); }

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

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

 a { background-color: rgb(123,81,92); }

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

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

 span { border-color: rgb(123,81,92); }

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