#725763

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

Shades of Cosmic #725763

Tints of Cosmic #725763

Color information

#725763 (or 0x725763) is unknown color: approx Cosmic. HEX triplet: 72, 57 and 63. RGB value is (114,87,99). Sum of RGB (Red+Green+Blue) = 114+87+99=300 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38% from 300); Green value is 87 (34.38% from 255 or 29% from 300); Blue value is 99 (39.06% from 255 or 33% from 300); Max value from RGB is 114 - color contains mainly: red. Hex color #725763 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725763 is #8DA89C. Grayscale: #606060. Windows color (decimal): -9283741 or 6510450. OLE color: 6510450.

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

Color convert

RGB1148799-
CMYK00.240.130.55
HSL333.33º13.43%39.41%-
HSV(B)333.33º23.68%44.71%-
XYZ12.611.2913.32-
YUV96.44129.45140.52-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38%
GREEN value IS 87 (34.38% from 255) = 29%
BLUE value IS 99 (39.06% from 255) = 33%
R=38%
G=29%
B=33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114879900.240.130.55333.3313.4339.41
Hex725763018D3714dd27
Octal16212714303015675151547
Binary11100101010111110001101100011011101111010011011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725763; }

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

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

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

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

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

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

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

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