#725167

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

Shades of Cosmic #725167

Tints of Cosmic #725167

Color information

#725167 (or 0x725167) is unknown color: approx Cosmic. HEX triplet: 72, 51 and 67. RGB value is (114,81,103). Sum of RGB (Red+Green+Blue) = 114+81+103=298 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.26% from 298); Green value is 81 (32.03% from 255 or 27.18% from 298); Blue value is 103 (40.62% from 255 or 34.56% from 298); Max value from RGB is 114 - color contains mainly: red. Hex color #725167 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725167 is #8DAE98. Grayscale: #5D5D5D. Windows color (decimal): -9285273 or 6771058. OLE color: 6771058.

HSL color Cylindrical-coordinate representation of color #725167: hue angle of 320º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #725167 is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB11481103-
CMYK00.290.100.55
HSL320º16.92%38.24%-
HSV(B)320º28.95%44.71%-
XYZ12.3310.4414.2-
YUV93.38133.43142.71-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.26%
GREEN value IS 81 (32.03% from 255) = 27.18%
BLUE value IS 103 (40.62% from 255) = 34.56%
R=38.26%
G=27.18%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1148110300.290.100.5532016.9238.24
Hex72516701DA371401126
Octal16212114703512675002146
Binary111001010100011100111011101101011011110100000010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725167; }

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

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

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

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

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

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

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

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