#754263

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

Shades of Cosmic #754263

Tints of Cosmic #754263

Color information

#754263 (or 0x754263) is unknown color: approx Cosmic. HEX triplet: 75, 42 and 63. RGB value is (117,66,99). Sum of RGB (Red+Green+Blue) = 117+66+99=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 66 (26.17% from 255 or 23.40% from 282); Blue value is 99 (39.06% from 255 or 35.11% from 282); Max value from RGB is 117 - color contains mainly: red. Hex color #754263 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754263 is #8ABD9C. Grayscale: #545454. Windows color (decimal): -9092509 or 6505077. OLE color: 6505077.

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

Color convert

RGB1176699-
CMYK00.440.150.54
HSL321.18º27.87%35.88%-
HSV(B)321.18º43.59%45.88%-
XYZ11.548.5812.85-
YUV85.01135.9150.82-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.49%
GREEN value IS 66 (26.17% from 255) = 23.40%
BLUE value IS 99 (39.06% from 255) = 35.11%
R=41.49%
G=23.40%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117669900.440.150.54321.1827.8735.88
Hex75426302CF361411c24
Octal16510214305417665013444
Binary1110101100001011000110101100111111011010100000111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754263; }

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

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

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

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

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

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

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

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