#754961

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

Shades of Cosmic #754961

Tints of Cosmic #754961

Color information

#754961 (or 0x754961) is unknown color: approx Cosmic. HEX triplet: 75, 49 and 61. RGB value is (117,73,97). Sum of RGB (Red+Green+Blue) = 117+73+97=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 73 (28.91% from 255 or 25.44% from 287); Blue value is 97 (38.28% from 255 or 33.80% from 287); Max value from RGB is 117 - color contains mainly: red. Hex color #754961 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754961 is #8AB69E. Grayscale: #585858. Windows color (decimal): -9090719 or 6375797. OLE color: 6375797.

HSL color Cylindrical-coordinate representation of color #754961: hue angle of 327.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 #754961 is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.54.

Color convert

RGB1177397-
CMYK00.380.170.54
HSL327.27º23.16%37.25%-
HSV(B)327.27º37.61%45.88%-
XYZ11.889.4112.5-
YUV88.89132.58148.05-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.77%
GREEN value IS 73 (28.91% from 255) = 25.44%
BLUE value IS 97 (38.28% from 255) = 33.80%
R=40.77%
G=25.44%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117739700.380.170.54327.2723.1637.25
Hex75496102611361471725
Octal16511114104621665072745
Binary11101011001001110000101001101000111011010100011110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754961; }

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

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

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

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

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

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

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

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