#754261

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

Shades of Cosmic #754261

Tints of Cosmic #754261

Color information

#754261 (or 0x754261) is unknown color: approx Cosmic. HEX triplet: 75, 42 and 61. RGB value is (117,66,97). Sum of RGB (Red+Green+Blue) = 117+66+97=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 97 (38.28% from 255 or 34.64% from 280); Max value from RGB is 117 - color contains mainly: red. Hex color #754261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754261 is #8ABD9E. Grayscale: #545454. Windows color (decimal): -9092511 or 6374005. OLE color: 6374005.

HSL color Cylindrical-coordinate representation of color #754261: hue angle of 323.53º degrees, saturation: 0.28, 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 #754261 is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.54.

Color convert

RGB1176697-
CMYK00.440.170.54
HSL323.53º27.87%35.88%-
HSV(B)323.53º43.59%45.88%-
XYZ11.448.5412.35-
YUV84.78134.9150.98-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.79%
GREEN value IS 66 (26.17% from 255) = 23.57%
BLUE value IS 97 (38.28% from 255) = 34.64%
R=41.79%
G=23.57%
B=34.64%

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
Decimal117669700.440.170.54323.5327.8735.88
Hex75426102C11361441c24
Octal16510214105421665043444
Binary11101011000010110000101011001000111011010100010011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754261; }

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

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

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

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

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

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

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

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