#725A65

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

Shades of Cosmic #725A65

Tints of Cosmic #725A65

Color information

#725A65 (or 0x725A65) is unknown color: approx Cosmic. HEX triplet: 72, 5A and 65. RGB value is (114,90,101). Sum of RGB (Red+Green+Blue) = 114+90+101=305 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.38% from 305); Green value is 90 (35.55% from 255 or 29.51% from 305); Blue value is 101 (39.84% from 255 or 33.11% from 305); Max value from RGB is 114 - color contains mainly: red. Hex color #725A65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725A65 is #8DA59A. Grayscale: #626262. Windows color (decimal): -9282971 or 6642290. OLE color: 6642290.

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

Color convert

RGB11490101-
CMYK00.210.110.55
HSL332.5º11.76%40%-
HSV(B)332.5º21.05%44.71%-
XYZ12.9411.8313.91-
YUV98.43129.45139.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.38%
GREEN value IS 90 (35.55% from 255) = 29.51%
BLUE value IS 101 (39.84% from 255) = 33.11%
R=37.38%
G=29.51%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1149010100.210.110.55332.511.7640
Hex725A65015B3714cc28
Octal16213214502513675141450
Binary11100101011010110010101010110111101111010011001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725A65; }

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

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

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

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

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

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

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

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