#754956

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

Shades of Cosmic #754956

Tints of Cosmic #754956

Color information

#754956 (or 0x754956) is unknown color: approx Cosmic. HEX triplet: 75, 49 and 56. RGB value is (117,73,86). Sum of RGB (Red+Green+Blue) = 117+73+86=276 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.39% from 276); Green value is 73 (28.91% from 255 or 26.45% from 276); Blue value is 86 (33.98% from 255 or 31.16% from 276); Max value from RGB is 117 - color contains mainly: red. Hex color #754956 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754956 is #8AB6A9. Grayscale: #575757. Windows color (decimal): -9090730 or 5654901. OLE color: 5654901.

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

Color convert

RGB1177386-
CMYK00.380.260.54
HSL342.27º23.16%37.25%-
HSV(B)342.27º37.61%45.88%-
XYZ11.49.229.98-
YUV87.64127.08148.94-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.39%
GREEN value IS 73 (28.91% from 255) = 26.45%
BLUE value IS 86 (33.98% from 255) = 31.16%
R=42.39%
G=26.45%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117738600.380.260.54342.2723.1637.25
Hex7549560261A361561725
Octal16511112604632665262745
Binary11101011001001101011001001101101011011010101011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754956; }

 p { color: rgb(117,73,86); }

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

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

 a { background-color: rgb(117,73,86); }

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

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

 span { border-color: rgb(117,73,86); }

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