#754969

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

Shades of Cosmic #754969

Tints of Cosmic #754969

Color information

#754969 (or 0x754969) is unknown color: approx Cosmic. HEX triplet: 75, 49 and 69. RGB value is (117,73,105). Sum of RGB (Red+Green+Blue) = 117+73+105=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 73 (28.91% from 255 or 24.75% from 295); Blue value is 105 (41.41% from 255 or 35.59% from 295); Max value from RGB is 117 - color contains mainly: red. Hex color #754969 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754969 is #8AB696. Grayscale: #595959. Windows color (decimal): -9090711 or 6900085. OLE color: 6900085.

HSL color Cylindrical-coordinate representation of color #754969: hue angle of 316.36º 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 #754969 is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB11773105-
CMYK00.380.100.54
HSL316.36º23.16%37.25%-
HSV(B)316.36º37.61%45.88%-
XYZ12.279.5714.56-
YUV89.8136.58147.4-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.66%
GREEN value IS 73 (28.91% from 255) = 24.75%
BLUE value IS 105 (41.41% from 255) = 35.59%
R=39.66%
G=24.75%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1177310500.380.100.54316.3623.1637.25
Hex754969026A3613c1725
Octal16511115104612664742745
Binary1110101100100111010010100110101011011010011110010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754969; }

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

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

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

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

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

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

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

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