#753F65

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

Shades of Cosmic #753F65

Tints of Cosmic #753F65

Color information

#753F65 (or 0x753F65) is unknown color: approx Cosmic. HEX triplet: 75, 3F and 65. RGB value is (117,63,101). Sum of RGB (Red+Green+Blue) = 117+63+101=281 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.64% from 281); Green value is 63 (25% from 255 or 22.42% from 281); Blue value is 101 (39.84% from 255 or 35.94% from 281); Max value from RGB is 117 - color contains mainly: red. Hex color #753F65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753F65 is #8AC09A. Grayscale: #535353. Windows color (decimal): -9093275 or 6635381. OLE color: 6635381.

HSL color Cylindrical-coordinate representation of color #753F65: hue angle of 317.78º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #753F65 is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB11763101-
CMYK00.460.140.54
HSL317.78º30%35.29%-
HSV(B)317.78º46.15%45.88%-
XYZ11.468.2813.31-
YUV83.48137.89151.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.64%
GREEN value IS 63 (25% from 255) = 22.42%
BLUE value IS 101 (39.84% from 255) = 35.94%
R=41.64%
G=22.42%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1176310100.460.140.54317.783035.29
Hex753F6502EE3613e1e23
Octal1657714505616664763643
Binary111010111111111001010101110111011011010011111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753F65; }

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

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

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

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

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

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

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

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