#7B4D58

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

Shades of Cosmic #7B4D58

Tints of Cosmic #7B4D58

Color information

#7B4D58 (or 0x7B4D58) is unknown color: approx Cosmic. HEX triplet: 7B, 4D and 58. RGB value is (123,77,88). Sum of RGB (Red+Green+Blue) = 123+77+88=288 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.71% from 288); Green value is 77 (30.47% from 255 or 26.74% from 288); Blue value is 88 (34.77% from 255 or 30.56% from 288); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B4D58 is #84B2A7. Grayscale: #5C5C5C. Windows color (decimal): -8696488 or 5787003. OLE color: 5787003.

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

Color convert

RGB1237788-
CMYK00.370.280.52
HSL345.65º23%39.22%-
HSV(B)345.65º37.4%48.24%-
XYZ12.5810.2210.54-
YUV92.01125.74150.11-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 42.71%
GREEN value IS 77 (30.47% from 255) = 26.74%
BLUE value IS 88 (34.77% from 255) = 30.56%
R=42.71%
G=26.74%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.28
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123778800.370.280.52345.652339.22
Hex7B4D580251C3415a1727
Octal17311513004534645322747
Binary11110111001101101100001001011110011010010101101010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,77,88); }

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

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

 a { background-color: rgb(123,77,88); }

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

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

 span { border-color: rgb(123,77,88); }

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