#725465

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

Shades of Cosmic #725465

Tints of Cosmic #725465

Color information

#725465 (or 0x725465) is unknown color: approx Cosmic. HEX triplet: 72, 54 and 65. RGB value is (114,84,101). Sum of RGB (Red+Green+Blue) = 114+84+101=299 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.13% from 299); Green value is 84 (33.20% from 255 or 28.09% from 299); Blue value is 101 (39.84% from 255 or 33.78% from 299); Max value from RGB is 114 - color contains mainly: red. Hex color #725465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725465 is #8DAB9A. Grayscale: #5E5E5E. Windows color (decimal): -9284507 or 6640754. OLE color: 6640754.

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

Color convert

RGB11484101-
CMYK00.260.110.55
HSL326º15.15%38.82%-
HSV(B)326º26.32%44.71%-
XYZ12.4610.8613.75-
YUV94.91131.44141.62-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.13%
GREEN value IS 84 (33.20% from 255) = 28.09%
BLUE value IS 101 (39.84% from 255) = 33.78%
R=38.13%
G=28.09%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1148410100.260.110.5532615.1538.82
Hex72546501AB37146f27
Octal16212414503213675061747
Binary11100101010100110010101101010111101111010001101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725465; }

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

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

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

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

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

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

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

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