#754265

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

Shades of Cosmic #754265

Tints of Cosmic #754265

Color information

#754265 (or 0x754265) is unknown color: approx Cosmic. HEX triplet: 75, 42 and 65. RGB value is (117,66,101). Sum of RGB (Red+Green+Blue) = 117+66+101=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 66 (26.17% from 255 or 23.24% from 284); Blue value is 101 (39.84% from 255 or 35.56% from 284); Max value from RGB is 117 - color contains mainly: red. Hex color #754265 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754265 is #8ABD9A. Grayscale: #555555. Windows color (decimal): -9092507 or 6636149. OLE color: 6636149.

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

Color convert

RGB11766101-
CMYK00.440.140.54
HSL318.82º27.87%35.88%-
HSV(B)318.82º43.59%45.88%-
XYZ11.638.6213.36-
YUV85.24136.9150.65-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.20%
GREEN value IS 66 (26.17% from 255) = 23.24%
BLUE value IS 101 (39.84% from 255) = 35.56%
R=41.20%
G=23.24%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1176610100.440.140.54318.8227.8735.88
Hex75426502CE3613f1c24
Octal16510214505416664773444
Binary1110101100001011001010101100111011011010011111111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754265; }

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

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

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

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

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

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

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

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