#725362

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

Shades of Cosmic #725362

Tints of Cosmic #725362

Color information

#725362 (or 0x725362) is unknown color: approx Cosmic. HEX triplet: 72, 53 and 62. RGB value is (114,83,98). Sum of RGB (Red+Green+Blue) = 114+83+98=295 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.64% from 295); Green value is 83 (32.81% from 255 or 28.14% from 295); Blue value is 98 (38.67% from 255 or 33.22% from 295); Max value from RGB is 114 - color contains mainly: red. Hex color #725362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725362 is #8DAC9D. Grayscale: #5D5D5D. Windows color (decimal): -9284766 or 6443890. OLE color: 6443890.

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

Color convert

RGB1148398-
CMYK00.270.140.55
HSL330.97º15.74%38.63%-
HSV(B)330.97º27.19%44.71%-
XYZ12.2410.6512.97-
YUV93.98130.27142.28-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.64%
GREEN value IS 83 (32.81% from 255) = 28.14%
BLUE value IS 98 (38.67% from 255) = 33.22%
R=38.64%
G=28.14%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114839800.270.140.55330.9715.7438.63
Hex72536201BE3714b1027
Octal16212314203316675132047
Binary111001010100111100010011011111011011110100101110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725362; }

 p { color: rgb(114,83,98); }

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

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

 a { background-color: rgb(114,83,98); }

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

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

 span { border-color: rgb(114,83,98); }

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