#7B5462

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

Shades of Cosmic #7B5462

Tints of Cosmic #7B5462

Color information

#7B5462 (or 0x7B5462) is unknown color: approx Cosmic. HEX triplet: 7B, 54 and 62. RGB value is (123,84,98). Sum of RGB (Red+Green+Blue) = 123+84+98=305 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.33% from 305); Green value is 84 (33.20% from 255 or 27.54% from 305); Blue value is 98 (38.67% from 255 or 32.13% from 305); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5462 is #84AB9D. Grayscale: #616161. Windows color (decimal): -8694686 or 6444155. OLE color: 6444155.

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

Color convert

RGB1238498-
CMYK00.320.200.52
HSL338.46º18.84%40.59%-
HSV(B)338.46º31.71%48.24%-
XYZ13.5411.4313.05-
YUV97.26128.42146.36-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 40.33%
GREEN value IS 84 (33.20% from 255) = 27.54%
BLUE value IS 98 (38.67% from 255) = 32.13%
R=40.33%
G=27.54%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123849800.320.200.52338.4618.8440.59
Hex7B546202014341521329
Octal17312414204024645222351
Binary11110111010100110001001000001010011010010101001010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,84,98); }

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

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

 a { background-color: rgb(123,84,98); }

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

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

 span { border-color: rgb(123,84,98); }

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