#753E5E

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

Shades of Cosmic #753E5E

Tints of Cosmic #753E5E

Color information

#753E5E (or 0x753E5E) is unknown color: approx Cosmic. HEX triplet: 75, 3E and 5E. RGB value is (117,62,94). Sum of RGB (Red+Green+Blue) = 117+62+94=273 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.86% from 273); Green value is 62 (24.61% from 255 or 22.71% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 117 - color contains mainly: red. Hex color #753E5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753E5E is #8AC1A1. Grayscale: #525252. Windows color (decimal): -9093538 or 6176373. OLE color: 6176373.

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

Color convert

RGB1176294-
CMYK00.470.200.54
HSL325.09º30.73%35.1%-
HSV(B)325.09º47.01%45.88%-
XYZ11.088.0411.56-
YUV82.09134.72152.9-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.86%
GREEN value IS 62 (24.61% from 255) = 22.71%
BLUE value IS 94 (37.11% from 255) = 34.43%
R=42.86%
G=22.71%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117629400.470.200.54325.0930.7335.1
Hex753E5E02F14361451f23
Octal1657613605724665053743
Binary1110101111110101111001011111010011011010100010111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,62,94); }

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

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

 a { background-color: rgb(117,62,94); }

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

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

 span { border-color: rgb(117,62,94); }

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