#754658

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

Shades of Cosmic #754658

Tints of Cosmic #754658

Color information

#754658 (or 0x754658) is unknown color: approx Cosmic. HEX triplet: 75, 46 and 58. RGB value is (117,70,88). Sum of RGB (Red+Green+Blue) = 117+70+88=275 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.55% from 275); Green value is 70 (27.73% from 255 or 25.45% from 275); Blue value is 88 (34.77% from 255 or 32% from 275); Max value from RGB is 117 - color contains mainly: red. Hex color #754658 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754658 is #8AB9A7. Grayscale: #565656. Windows color (decimal): -9091496 or 5785205. OLE color: 5785205.

HSL color Cylindrical-coordinate representation of color #754658: hue angle of 337.02º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #754658 is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB1177088-
CMYK00.400.250.54
HSL337.02º25.13%36.67%-
HSV(B)337.02º40.17%45.88%-
XYZ11.298.8710.35-
YUV86.1129.07150.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.55%
GREEN value IS 70 (27.73% from 255) = 25.45%
BLUE value IS 88 (34.77% from 255) = 32%
R=42.55%
G=25.45%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117708800.400.250.54337.0225.1336.67
Hex75465802819361511925
Octal16510613005031665213145
Binary11101011000110101100001010001100111011010101000111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754658; }

 p { color: rgb(117,70,88); }

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

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

 a { background-color: rgb(117,70,88); }

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

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

 span { border-color: rgb(117,70,88); }

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