#745766

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

Shades of Cosmic #745766

Tints of Cosmic #745766

Color information

#745766 (or 0x745766) is unknown color: approx Cosmic. HEX triplet: 74, 57 and 66. RGB value is (116,87,102). Sum of RGB (Red+Green+Blue) = 116+87+102=305 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.03% from 305); Green value is 87 (34.38% from 255 or 28.52% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 116 - color contains mainly: red. Hex color #745766 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745766 is #8BA899. Grayscale: #616161. Windows color (decimal): -9152666 or 6707060. OLE color: 6707060.

HSL color Cylindrical-coordinate representation of color #745766: hue angle of 328.97º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #745766 is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB11687102-
CMYK00.250.120.55
HSL328.97º14.29%39.8%-
HSV(B)328.97º25%45.49%-
XYZ13.0111.4914.1-
YUV97.38130.61141.28-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.03%
GREEN value IS 87 (34.38% from 255) = 28.52%
BLUE value IS 102 (40.23% from 255) = 33.44%
R=38.03%
G=28.52%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1168710200.250.120.55328.9714.2939.8
Hex745766019C37149e28
Octal16412714603114675111650
Binary11101001010111110011001100111001101111010010011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745766; }

 p { color: rgb(116,87,102); }

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

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

 a { background-color: rgb(116,87,102); }

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

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

 span { border-color: rgb(116,87,102); }

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