#75466A

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

Shades of Cosmic #75466A

Tints of Cosmic #75466A

Color information

#75466A (or 0x75466A) is unknown color: approx Cosmic. HEX triplet: 75, 46 and 6A. RGB value is (117,70,106). Sum of RGB (Red+Green+Blue) = 117+70+106=293 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.93% from 293); Green value is 70 (27.73% from 255 or 23.89% from 293); Blue value is 106 (41.80% from 255 or 36.18% from 293); Max value from RGB is 117 - color contains mainly: red. Hex color #75466A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75466A is #8AB995. Grayscale: #585858. Windows color (decimal): -9091478 or 6964853. OLE color: 6964853.

HSL color Cylindrical-coordinate representation of color #75466A: hue angle of 314.04º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #75466A is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB11770106-
CMYK00.400.090.54
HSL314.04º25.13%36.67%-
HSV(B)314.04º40.17%45.88%-
XYZ12.139.214.77-
YUV88.16138.07148.57-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.93%
GREEN value IS 70 (27.73% from 255) = 23.89%
BLUE value IS 106 (41.80% from 255) = 36.18%
R=39.93%
G=23.89%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1177010600.400.090.54314.0425.1336.67
Hex75466A02893613a1925
Octal16510615205011664723145
Binary1110101100011011010100101000100111011010011101011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75466A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75466A; }

 p { color: rgb(117,70,106); }

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

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

 a { background-color: rgb(117,70,106); }

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

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

 span { border-color: rgb(117,70,106); }

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