#754359

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

Shades of Cosmic #754359

Tints of Cosmic #754359

Color information

#754359 (or 0x754359) is unknown color: approx Cosmic. HEX triplet: 75, 43 and 59. RGB value is (117,67,89). Sum of RGB (Red+Green+Blue) = 117+67+89=273 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.86% from 273); Green value is 67 (26.56% from 255 or 24.54% from 273); Blue value is 89 (35.16% from 255 or 32.60% from 273); Max value from RGB is 117 - color contains mainly: red. Hex color #754359 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754359 is #8ABCA6. Grayscale: #545454. Windows color (decimal): -9092263 or 5849973. OLE color: 5849973.

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

Color convert

RGB1176789-
CMYK00.430.240.54
HSL333.6º27.17%36.08%-
HSV(B)333.6º42.74%45.88%-
XYZ11.158.5210.51-
YUV84.46130.56151.21-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.86%
GREEN value IS 67 (26.56% from 255) = 24.54%
BLUE value IS 89 (35.16% from 255) = 32.60%
R=42.86%
G=24.54%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117678900.430.240.54333.627.1736.08
Hex75435902B183614e1b24
Octal16510313105330665163344
Binary11101011000011101100101010111100011011010100111011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754359; }

 p { color: rgb(117,67,89); }

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

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

 a { background-color: rgb(117,67,89); }

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

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

 span { border-color: rgb(117,67,89); }

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