#735965

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

Shades of Cosmic #735965

Tints of Cosmic #735965

Color information

#735965 (or 0x735965) is unknown color: approx Cosmic. HEX triplet: 73, 59 and 65. RGB value is (115,89,101). Sum of RGB (Red+Green+Blue) = 115+89+101=305 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.70% from 305); Green value is 89 (35.16% from 255 or 29.18% from 305); Blue value is 101 (39.84% from 255 or 33.11% from 305); Max value from RGB is 115 - color contains mainly: red. Hex color #735965 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735965 is #8CA69A. Grayscale: #626262. Windows color (decimal): -9217691 or 6642035. OLE color: 6642035.

HSL color Cylindrical-coordinate representation of color #735965: hue angle of 332.31º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #735965 is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB11589101-
CMYK00.230.120.55
HSL332.31º12.75%40%-
HSV(B)332.31º22.61%45.1%-
XYZ12.9911.7313.89-
YUV98.14129.61140.02-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.70%
GREEN value IS 89 (35.16% from 255) = 29.18%
BLUE value IS 101 (39.84% from 255) = 33.11%
R=37.70%
G=29.18%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1158910100.230.120.55332.3112.7540
Hex735965017C3714cd28
Octal16313114502714675141550
Binary11100111011001110010101011111001101111010011001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735965; }

 p { color: rgb(115,89,101); }

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

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

 a { background-color: rgb(115,89,101); }

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

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

 span { border-color: rgb(115,89,101); }

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