#7B4156

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

Shades of Cosmic #7B4156

Tints of Cosmic #7B4156

Color information

#7B4156 (or 0x7B4156) is unknown color: approx Cosmic. HEX triplet: 7B, 41 and 56. RGB value is (123,65,86). Sum of RGB (Red+Green+Blue) = 123+65+86=274 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.89% from 274); Green value is 65 (25.78% from 255 or 23.72% from 274); Blue value is 86 (33.98% from 255 or 31.39% from 274); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4156 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B4156 is #84BEA9. Grayscale: #545454. Windows color (decimal): -8699562 or 5652859. OLE color: 5652859.

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

Color convert

RGB1236586-
CMYK00.470.300.52
HSL338.28º30.85%36.86%-
HSV(B)338.28º47.15%48.24%-
XYZ11.748.669.86-
YUV84.74128.72155.29-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 44.89%
GREEN value IS 65 (25.78% from 255) = 23.72%
BLUE value IS 86 (33.98% from 255) = 31.39%
R=44.89%
G=23.72%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.30
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123658600.470.300.52338.2830.8536.86
Hex7B415602F1E341521f25
Octal17310112605736645223745
Binary11110111000001101011001011111111011010010101001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,65,86); }

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

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

 a { background-color: rgb(123,65,86); }

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

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

 span { border-color: rgb(123,65,86); }

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