#725665

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

Shades of Cosmic #725665

Tints of Cosmic #725665

Color information

#725665 (or 0x725665) is unknown color: approx Cosmic. HEX triplet: 72, 56 and 65. RGB value is (114,86,101). Sum of RGB (Red+Green+Blue) = 114+86+101=301 (39% of max value = 765). Red value is 114 (44.92% from 255 or 37.87% from 301); Green value is 86 (33.98% from 255 or 28.57% from 301); Blue value is 101 (39.84% from 255 or 33.55% from 301); Max value from RGB is 114 - color contains mainly: red. Hex color #725665 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725665 is #8DA99A. Grayscale: #606060. Windows color (decimal): -9283995 or 6641266. OLE color: 6641266.

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

Color convert

RGB11486101-
CMYK00.250.110.55
HSL327.86º14%39.22%-
HSV(B)327.86º24.56%44.71%-
XYZ12.6211.1713.8-
YUV96.08130.78140.78-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.87%
GREEN value IS 86 (33.98% from 255) = 28.57%
BLUE value IS 101 (39.84% from 255) = 33.55%
R=37.87%
G=28.57%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1148610100.250.110.55327.861439.22
Hex725665019B37148e27
Octal16212614503113675101647
Binary11100101010110110010101100110111101111010010001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725665; }

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

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

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

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

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

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

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

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