#745463

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

Shades of Cosmic #745463

Tints of Cosmic #745463

Color information

#745463 (or 0x745463) is unknown color: approx Cosmic. HEX triplet: 74, 54 and 63. RGB value is (116,84,99). Sum of RGB (Red+Green+Blue) = 116+84+99=299 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.80% from 299); Green value is 84 (33.20% from 255 or 28.09% from 299); Blue value is 99 (39.06% from 255 or 33.11% from 299); Max value from RGB is 116 - color contains mainly: red. Hex color #745463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745463 is #8BAB9C. Grayscale: #5F5F5F. Windows color (decimal): -9153437 or 6509684. OLE color: 6509684.

HSL color Cylindrical-coordinate representation of color #745463: hue angle of 331.88º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #745463 is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB1168499-
CMYK00.280.150.55
HSL331.88º16%39.22%-
HSV(B)331.88º27.59%45.49%-
XYZ12.6210.9513.25-
YUV95.28130.1142.78-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.80%
GREEN value IS 84 (33.20% from 255) = 28.09%
BLUE value IS 99 (39.06% from 255) = 33.11%
R=38.80%
G=28.09%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116849900.280.150.55331.881639.22
Hex74546301CF3714c1027
Octal16412414303417675142047
Binary111010010101001100011011100111111011110100110010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745463; }

 p { color: rgb(116,84,99); }

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

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

 a { background-color: rgb(116,84,99); }

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

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

 span { border-color: rgb(116,84,99); }

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