#7B405B

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

Shades of Cosmic #7B405B

Tints of Cosmic #7B405B

Color information

#7B405B (or 0x7B405B) is unknown color: approx Cosmic. HEX triplet: 7B, 40 and 5B. RGB value is (123,64,91). Sum of RGB (Red+Green+Blue) = 123+64+91=278 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.24% from 278); Green value is 64 (25.39% from 255 or 23.02% from 278); Blue value is 91 (35.94% from 255 or 32.73% from 278); Max value from RGB is 123 - color contains mainly: red. Hex color #7B405B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B405B is #84BFA4. Grayscale: #545454. Windows color (decimal): -8699813 or 5980283. OLE color: 5980283.

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

Color convert

RGB1236491-
CMYK00.480.260.52
HSL332.54º31.55%36.67%-
HSV(B)332.54º47.97%48.24%-
XYZ11.898.6310.94-
YUV84.72131.55155.3-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 44.24%
GREEN value IS 64 (25.39% from 255) = 23.02%
BLUE value IS 91 (35.94% from 255) = 32.73%
R=44.24%
G=23.02%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.26
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123649100.480.260.52332.5431.5536.67
Hex7B405B0301A3414d2025
Octal17310013306032645154045
Binary111101110000001011011011000011010110100101001101100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B405B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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