#754A5B

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

Shades of Cosmic #754A5B

Tints of Cosmic #754A5B

Color information

#754A5B (or 0x754A5B) is unknown color: approx Cosmic. HEX triplet: 75, 4A and 5B. RGB value is (117,74,91). Sum of RGB (Red+Green+Blue) = 117+74+91=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 74 (29.30% from 255 or 26.24% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 117 - color contains mainly: red. Hex color #754A5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754A5B is #8AB5A4. Grayscale: #585858. Windows color (decimal): -9090469 or 5982837. OLE color: 5982837.

HSL color Cylindrical-coordinate representation of color #754A5B: hue angle of 336.28º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #754A5B is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB1177491-
CMYK00.370.220.54
HSL336.28º22.51%37.45%-
HSV(B)336.28º36.75%45.88%-
XYZ11.679.4311.1-
YUV88.79129.25148.12-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.49%
GREEN value IS 74 (29.30% from 255) = 26.24%
BLUE value IS 91 (35.94% from 255) = 32.27%
R=41.49%
G=26.24%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117749100.370.220.54336.2822.5137.45
Hex754A5B02516361501725
Octal16511213304526665202745
Binary11101011001010101101101001011011011011010101000010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754A5B; }

 p { color: rgb(117,74,91); }

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

<style>
 a { background-color: #754A5B; }

 a { background-color: rgb(117,74,91); }

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

<style>
 span { border-color: #754A5B; }

 span { border-color: rgb(117,74,91); }

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