#725965

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

Shades of Cosmic #725965

Tints of Cosmic #725965

Color information

#725965 (or 0x725965) is unknown color: approx Cosmic. HEX triplet: 72, 59 and 65. RGB value is (114,89,101). Sum of RGB (Red+Green+Blue) = 114+89+101=304 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.5% from 304); Green value is 89 (35.16% from 255 or 29.28% from 304); Blue value is 101 (39.84% from 255 or 33.22% from 304); Max value from RGB is 114 - color contains mainly: red. Hex color #725965 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725965 is #8DA69A. Grayscale: #616161. Windows color (decimal): -9283227 or 6642034. OLE color: 6642034.

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

Color convert

RGB11489101-
CMYK00.220.110.55
HSL331.2º12.32%39.8%-
HSV(B)331.2º21.93%44.71%-
XYZ12.8611.6613.89-
YUV97.84129.78139.52-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.5%
GREEN value IS 89 (35.16% from 255) = 29.28%
BLUE value IS 101 (39.84% from 255) = 33.22%
R=37.5%
G=29.28%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1148910100.220.110.55331.212.3239.8
Hex725965016B3714bc28
Octal16213114502613675131450
Binary11100101011001110010101011010111101111010010111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725965; }

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

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

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

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

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

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

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

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