#745769

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

Shades of Cosmic #745769

Tints of Cosmic #745769

Color information

#745769 (or 0x745769) is unknown color: approx Cosmic. HEX triplet: 74, 57 and 69. RGB value is (116,87,105). Sum of RGB (Red+Green+Blue) = 116+87+105=308 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.66% from 308); Green value is 87 (34.38% from 255 or 28.25% from 308); Blue value is 105 (41.41% from 255 or 34.09% from 308); Max value from RGB is 116 - color contains mainly: red. Hex color #745769 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745769 is #8BA896. Grayscale: #616161. Windows color (decimal): -9152663 or 6903668. OLE color: 6903668.

HSL color Cylindrical-coordinate representation of color #745769: hue angle of 322.76º 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 #745769 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB11687105-
CMYK00.250.090.55
HSL322.76º14.29%39.8%-
HSV(B)322.76º25%45.49%-
XYZ13.1611.5514.9-
YUV97.72132.11141.04-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.66%
GREEN value IS 87 (34.38% from 255) = 28.25%
BLUE value IS 105 (41.41% from 255) = 34.09%
R=37.66%
G=28.25%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1168710500.250.090.55322.7614.2939.8
Hex745769019937143e28
Octal16412715103111675031650
Binary11101001010111110100101100110011101111010000111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745769; }

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

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

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

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

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

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

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

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