#725967

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

Shades of Cosmic #725967

Tints of Cosmic #725967

Color information

#725967 (or 0x725967) is unknown color: approx Cosmic. HEX triplet: 72, 59 and 67. RGB value is (114,89,103). Sum of RGB (Red+Green+Blue) = 114+89+103=306 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.25% from 306); Green value is 89 (35.16% from 255 or 29.08% from 306); Blue value is 103 (40.62% from 255 or 33.66% from 306); Max value from RGB is 114 - color contains mainly: red. Hex color #725967 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725967 is #8DA698. Grayscale: #626262. Windows color (decimal): -9283225 or 6773106. OLE color: 6773106.

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

Color convert

RGB11489103-
CMYK00.220.100.55
HSL326.4º12.32%39.8%-
HSV(B)326.4º21.93%44.71%-
XYZ12.9611.714.41-
YUV98.07130.78139.36-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.25%
GREEN value IS 89 (35.16% from 255) = 29.08%
BLUE value IS 103 (40.62% from 255) = 33.66%
R=37.25%
G=29.08%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1148910300.220.100.55326.412.3239.8
Hex725967016A37146c28
Octal16213114702612675061450
Binary11100101011001110011101011010101101111010001101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725967; }

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

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

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

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

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

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

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

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