#735262

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

Shades of Cosmic #735262

Tints of Cosmic #735262

Color information

#735262 (or 0x735262) is unknown color: approx Cosmic. HEX triplet: 73, 52 and 62. RGB value is (115,82,98). Sum of RGB (Red+Green+Blue) = 115+82+98=295 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.98% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 98 (38.67% from 255 or 33.22% from 295); Max value from RGB is 115 - color contains mainly: red. Hex color #735262 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735262 is #8CAD9D. Grayscale: #5D5D5D. Windows color (decimal): -9219486 or 6443635. OLE color: 6443635.

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

Color convert

RGB1158298-
CMYK00.290.150.55
HSL330.91º16.75%38.63%-
HSV(B)330.91º28.7%45.1%-
XYZ12.2910.5612.95-
YUV93.69130.43143.2-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.98%
GREEN value IS 82 (32.42% from 255) = 27.80%
BLUE value IS 98 (38.67% from 255) = 33.22%
R=38.98%
G=27.80%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115829800.290.150.55330.9116.7538.63
Hex73526201DF3714b1127
Octal16312214203517675132147
Binary111001110100101100010011101111111011110100101110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735262; }

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

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

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

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

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

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

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

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