#7B545E

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

Shades of Cosmic #7B545E

Tints of Cosmic #7B545E

Color information

#7B545E (or 0x7B545E) is unknown color: approx Cosmic. HEX triplet: 7B, 54 and 5E. RGB value is (123,84,94). Sum of RGB (Red+Green+Blue) = 123+84+94=301 (39% of max value = 765). Red value is 123 (48.44% from 255 or 40.86% from 301); Green value is 84 (33.20% from 255 or 27.91% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 123 - color contains mainly: red. Hex color #7B545E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B545E is #84ABA1. Grayscale: #606060. Windows color (decimal): -8694690 or 6182011. OLE color: 6182011.

HSL color Cylindrical-coordinate representation of color #7B545E: hue angle of 344.62º 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 #7B545E is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.52.

Color convert

RGB1238494-
CMYK00.320.240.52
HSL344.62º18.84%40.59%-
HSV(B)344.62º31.71%48.24%-
XYZ13.3611.3612.08-
YUV96.8126.42146.69-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 40.86%
GREEN value IS 84 (33.20% from 255) = 27.91%
BLUE value IS 94 (37.11% from 255) = 31.23%
R=40.86%
G=27.91%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.24
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123849400.320.240.52344.6218.8440.59
Hex7B545E02018341591329
Octal17312413604030645312351
Binary11110111010100101111001000001100011010010101100110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B545E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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