#7B426B

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

Shades of Cosmic #7B426B

Tints of Cosmic #7B426B

Color information

#7B426B (or 0x7B426B) is unknown color: approx Cosmic. HEX triplet: 7B, 42 and 6B. RGB value is (123,66,107). Sum of RGB (Red+Green+Blue) = 123+66+107=296 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.55% from 296); Green value is 66 (26.17% from 255 or 22.30% from 296); Blue value is 107 (42.19% from 255 or 36.15% from 296); Max value from RGB is 123 - color contains mainly: red. Hex color #7B426B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B426B is #84BD94. Grayscale: #575757. Windows color (decimal): -8699285 or 7029371. OLE color: 7029371.

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

Color convert

RGB12366107-
CMYK00.460.130.52
HSL316.84º30.16%37.06%-
HSV(B)316.84º46.34%48.24%-
XYZ12.779.1715.01-
YUV87.72138.88153.17-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 41.55%
GREEN value IS 66 (26.17% from 255) = 22.30%
BLUE value IS 107 (42.19% from 255) = 36.15%
R=41.55%
G=22.30%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.13
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1236610700.460.130.52316.8430.1637.06
Hex7B426B02ED3413d1e25
Octal17310215305615644753645
Binary1111011100001011010110101110110111010010011110111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B426B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,66,107); }

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

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

 a { background-color: rgb(123,66,107); }

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

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

 span { border-color: rgb(123,66,107); }

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