#725968

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

Shades of Cosmic #725968

Tints of Cosmic #725968

Color information

#725968 (or 0x725968) is unknown color: approx Cosmic. HEX triplet: 72, 59 and 68. RGB value is (114,89,104). Sum of RGB (Red+Green+Blue) = 114+89+104=307 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.13% from 307); Green value is 89 (35.16% from 255 or 28.99% from 307); Blue value is 104 (41.02% from 255 or 33.88% from 307); Max value from RGB is 114 - color contains mainly: red. Hex color #725968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725968 is #8DA697. Grayscale: #626262. Windows color (decimal): -9283224 or 6838642. OLE color: 6838642.

HSL color Cylindrical-coordinate representation of color #725968: hue angle of 324º 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 #725968 is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB11489104-
CMYK00.220.090.55
HSL324º12.32%39.8%-
HSV(B)324º21.93%44.71%-
XYZ13.0111.7214.67-
YUV98.18131.28139.28-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.13%
GREEN value IS 89 (35.16% from 255) = 28.99%
BLUE value IS 104 (41.02% from 255) = 33.88%
R=37.13%
G=28.99%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1148910400.220.090.5532412.3239.8
Hex725968016937144c28
Octal16213115002611675041450
Binary11100101011001110100001011010011101111010001001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725968; }

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

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

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

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

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

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

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

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