#725768

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

Shades of Cosmic #725768

Tints of Cosmic #725768

Color information

#725768 (or 0x725768) is unknown color: approx Cosmic. HEX triplet: 72, 57 and 68. RGB value is (114,87,104). Sum of RGB (Red+Green+Blue) = 114+87+104=305 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.38% from 305); Green value is 87 (34.38% from 255 or 28.52% from 305); Blue value is 104 (41.02% from 255 or 34.10% from 305); Max value from RGB is 114 - color contains mainly: red. Hex color #725768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725768 is #8DA897. Grayscale: #606060. Windows color (decimal): -9283736 or 6838130. OLE color: 6838130.

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

Color convert

RGB11487104-
CMYK00.240.090.55
HSL322.22º13.43%39.41%-
HSV(B)322.22º23.68%44.71%-
XYZ12.8511.3914.62-
YUV97.01131.95140.12-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.38%
GREEN value IS 87 (34.38% from 255) = 28.52%
BLUE value IS 104 (41.02% from 255) = 34.10%
R=37.38%
G=28.52%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1148710400.240.090.55322.2213.4339.41
Hex725768018937142d27
Octal16212715003011675021547
Binary11100101010111110100001100010011101111010000101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725768; }

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

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

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

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

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

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

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

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