#735061

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

Shades of Cosmic #735061

Tints of Cosmic #735061

Color information

#735061 (or 0x735061) is unknown color: approx Cosmic. HEX triplet: 73, 50 and 61. RGB value is (115,80,97). Sum of RGB (Red+Green+Blue) = 115+80+97=292 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.38% from 292); Green value is 80 (31.64% from 255 or 27.40% from 292); Blue value is 97 (38.28% from 255 or 33.22% from 292); Max value from RGB is 115 - color contains mainly: red. Hex color #735061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735061 is #8CAF9E. Grayscale: #5C5C5C. Windows color (decimal): -9219999 or 6377587. OLE color: 6377587.

HSL color Cylindrical-coordinate representation of color #735061: hue angle of 330.86º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #735061 is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB1158097-
CMYK00.300.160.55
HSL330.86º17.95%38.24%-
HSV(B)330.86º30.43%45.1%-
XYZ12.110.2512.65-
YUV92.4130.6144.12-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.38%
GREEN value IS 80 (31.64% from 255) = 27.40%
BLUE value IS 97 (38.28% from 255) = 33.22%
R=39.38%
G=27.40%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115809700.300.160.55330.8617.9538.24
Hex73506101E103714b1226
Octal16312014103620675132246
Binary1110011101000011000010111101000011011110100101110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735061; }

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

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

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

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

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

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

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

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