#754965

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

Shades of Cosmic #754965

Tints of Cosmic #754965

Color information

#754965 (or 0x754965) is unknown color: approx Cosmic. HEX triplet: 75, 49 and 65. RGB value is (117,73,101). Sum of RGB (Red+Green+Blue) = 117+73+101=291 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.21% from 291); Green value is 73 (28.91% from 255 or 25.09% from 291); Blue value is 101 (39.84% from 255 or 34.71% from 291); Max value from RGB is 117 - color contains mainly: red. Hex color #754965 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754965 is #8AB69A. Grayscale: #595959. Windows color (decimal): -9090715 or 6637941. OLE color: 6637941.

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

Color convert

RGB11773101-
CMYK00.380.140.54
HSL321.82º23.16%37.25%-
HSV(B)321.82º37.61%45.88%-
XYZ12.079.4913.51-
YUV89.35134.58147.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.21%
GREEN value IS 73 (28.91% from 255) = 25.09%
BLUE value IS 101 (39.84% from 255) = 34.71%
R=40.21%
G=25.09%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1177310100.380.140.54321.8223.1637.25
Hex754965026E361421725
Octal16511114504616665022745
Binary1110101100100111001010100110111011011010100001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754965; }

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

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

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

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

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

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

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

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