#735462

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

Shades of Cosmic #735462

Tints of Cosmic #735462

Color information

#735462 (or 0x735462) is unknown color: approx Cosmic. HEX triplet: 73, 54 and 62. RGB value is (115,84,98). Sum of RGB (Red+Green+Blue) = 115+84+98=297 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.72% from 297); Green value is 84 (33.20% from 255 or 28.28% from 297); Blue value is 98 (38.67% from 255 or 33.00% from 297); Max value from RGB is 115 - color contains mainly: red. Hex color #735462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735462 is #8CAB9D. Grayscale: #5E5E5E. Windows color (decimal): -9218974 or 6444147. OLE color: 6444147.

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

Color convert

RGB1158498-
CMYK00.270.150.55
HSL332.9º15.58%39.02%-
HSV(B)332.9º26.96%45.1%-
XYZ12.4510.8713-
YUV94.86129.77142.36-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.72%
GREEN value IS 84 (33.20% from 255) = 28.28%
BLUE value IS 98 (38.67% from 255) = 33.00%
R=38.72%
G=28.28%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115849800.270.150.55332.915.5839.02
Hex73546201BF3714d1027
Octal16312414203317675152047
Binary111001110101001100010011011111111011110100110110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735462; }

 p { color: rgb(115,84,98); }

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

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

 a { background-color: rgb(115,84,98); }

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

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

 span { border-color: rgb(115,84,98); }

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