#754769

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

Shades of Cosmic #754769

Tints of Cosmic #754769

Color information

#754769 (or 0x754769) is unknown color: approx Cosmic. HEX triplet: 75, 47 and 69. RGB value is (117,71,105). Sum of RGB (Red+Green+Blue) = 117+71+105=293 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.93% from 293); Green value is 71 (28.12% from 255 or 24.23% from 293); Blue value is 105 (41.41% from 255 or 35.84% from 293); Max value from RGB is 117 - color contains mainly: red. Hex color #754769 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754769 is #8AB896. Grayscale: #585858. Windows color (decimal): -9091223 or 6899573. OLE color: 6899573.

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

Color convert

RGB11771105-
CMYK00.390.100.54
HSL315.65º24.47%36.86%-
HSV(B)315.65º39.32%45.88%-
XYZ12.149.3114.52-
YUV88.63137.24148.24-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.93%
GREEN value IS 71 (28.12% from 255) = 24.23%
BLUE value IS 105 (41.41% from 255) = 35.84%
R=39.93%
G=24.23%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1177110500.390.100.54315.6524.4736.86
Hex754769027A3613c1825
Octal16510715104712664743045
Binary1110101100011111010010100111101011011010011110011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754769; }

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

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

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

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

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

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

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

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