#7B3F5B

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

Shades of Cosmic #7B3F5B

Tints of Cosmic #7B3F5B

Color information

#7B3F5B (or 0x7B3F5B) is unknown color: approx Cosmic. HEX triplet: 7B, 3F and 5B. RGB value is (123,63,91). Sum of RGB (Red+Green+Blue) = 123+63+91=277 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.40% from 277); Green value is 63 (25% from 255 or 22.74% from 277); Blue value is 91 (35.94% from 255 or 32.85% from 277); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3F5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B3F5B is #84C0A4. Grayscale: #545454. Windows color (decimal): -8700069 or 5980027. OLE color: 5980027.

HSL color Cylindrical-coordinate representation of color #7B3F5B: hue angle of 332º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7B3F5B is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.52.

Color convert

RGB1236391-
CMYK00.490.260.52
HSL332º32.26%36.47%-
HSV(B)332º48.78%48.24%-
XYZ11.838.5210.92-
YUV84.13131.88155.72-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 44.40%
GREEN value IS 63 (25% from 255) = 22.74%
BLUE value IS 91 (35.94% from 255) = 32.85%
R=44.40%
G=22.74%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.26
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123639100.490.260.5233232.2636.47
Hex7B3F5B0311A3414c2024
Octal1737713306132645144044
Binary11110111111111011011011000111010110100101001100100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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