#754262

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

Shades of Cosmic #754262

Tints of Cosmic #754262

Color information

#754262 (or 0x754262) is unknown color: approx Cosmic. HEX triplet: 75, 42 and 62. RGB value is (117,66,98). Sum of RGB (Red+Green+Blue) = 117+66+98=281 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.64% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 98 (38.67% from 255 or 34.88% from 281); Max value from RGB is 117 - color contains mainly: red. Hex color #754262 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754262 is #8ABD9D. Grayscale: #545454. Windows color (decimal): -9092510 or 6439541. OLE color: 6439541.

HSL color Cylindrical-coordinate representation of color #754262: hue angle of 322.35º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #754262 is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.54.

Color convert

RGB1176698-
CMYK00.440.160.54
HSL322.35º27.87%35.88%-
HSV(B)322.35º43.59%45.88%-
XYZ11.498.5612.6-
YUV84.9135.4150.9-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.64%
GREEN value IS 66 (26.17% from 255) = 23.49%
BLUE value IS 98 (38.67% from 255) = 34.88%
R=41.64%
G=23.49%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.16
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117669800.440.160.54322.3527.8735.88
Hex75426202C10361421c24
Octal16510214205420665023444
Binary11101011000010110001001011001000011011010100001011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754262; }

 p { color: rgb(117,66,98); }

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

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

 a { background-color: rgb(117,66,98); }

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

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

 span { border-color: rgb(117,66,98); }

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