#754161

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

Shades of Cosmic #754161

Tints of Cosmic #754161

Color information

#754161 (or 0x754161) is unknown color: approx Cosmic. HEX triplet: 75, 41 and 61. RGB value is (117,65,97). Sum of RGB (Red+Green+Blue) = 117+65+97=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 65 (25.78% from 255 or 23.30% from 279); Blue value is 97 (38.28% from 255 or 34.77% from 279); Max value from RGB is 117 - color contains mainly: red. Hex color #754161 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754161 is #8ABE9E. Grayscale: #545454. Windows color (decimal): -9092767 or 6373749. OLE color: 6373749.

HSL color Cylindrical-coordinate representation of color #754161: hue angle of 323.08º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #754161 is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.54.

Color convert

RGB1176597-
CMYK00.440.170.54
HSL323.08º28.57%35.69%-
HSV(B)323.08º44.44%45.88%-
XYZ11.388.4312.34-
YUV84.2135.23151.4-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.94%
GREEN value IS 65 (25.78% from 255) = 23.30%
BLUE value IS 97 (38.28% from 255) = 34.77%
R=41.94%
G=23.30%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117659700.440.170.54323.0828.5735.69
Hex75416102C11361431d24
Octal16510114105421665033544
Binary11101011000001110000101011001000111011010100001111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754161; }

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

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

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

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

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

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

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

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