#735261

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

Shades of Cosmic #735261

Tints of Cosmic #735261

Color information

#735261 (or 0x735261) is unknown color: approx Cosmic. HEX triplet: 73, 52 and 61. RGB value is (115,82,97). Sum of RGB (Red+Green+Blue) = 115+82+97=294 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.12% from 294); Green value is 82 (32.42% from 255 or 27.89% from 294); Blue value is 97 (38.28% from 255 or 32.99% from 294); Max value from RGB is 115 - color contains mainly: red. Hex color #735261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735261 is #8CAD9E. Grayscale: #5D5D5D. Windows color (decimal): -9219487 or 6378099. OLE color: 6378099.

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

Color convert

RGB1158297-
CMYK00.290.160.55
HSL332.73º16.75%38.63%-
HSV(B)332.73º28.7%45.1%-
XYZ12.2510.5412.7-
YUV93.58129.93143.28-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.12%
GREEN value IS 82 (32.42% from 255) = 27.89%
BLUE value IS 97 (38.28% from 255) = 32.99%
R=39.12%
G=27.89%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115829700.290.160.55332.7316.7538.63
Hex73526101D103714d1127
Octal16312214103520675152147
Binary1110011101001011000010111011000011011110100110110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735261; }

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

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

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

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

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

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

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

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