#725664

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

Shades of Cosmic #725664

Tints of Cosmic #725664

Color information

#725664 (or 0x725664) is unknown color: approx Cosmic. HEX triplet: 72, 56 and 64. RGB value is (114,86,100). Sum of RGB (Red+Green+Blue) = 114+86+100=300 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38% from 300); Green value is 86 (33.98% from 255 or 28.67% from 300); Blue value is 100 (39.45% from 255 or 33.33% from 300); Max value from RGB is 114 - color contains mainly: red. Hex color #725664 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725664 is #8DA99B. Grayscale: #5F5F5F. Windows color (decimal): -9283996 or 6575730. OLE color: 6575730.

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

Color convert

RGB11486100-
CMYK00.250.120.55
HSL330º14%39.22%-
HSV(B)330º24.56%44.71%-
XYZ12.5711.1513.55-
YUV95.97130.28140.86-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38%
GREEN value IS 86 (33.98% from 255) = 28.67%
BLUE value IS 100 (39.45% from 255) = 33.33%
R=38%
G=28.67%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1148610000.250.120.553301439.22
Hex725664019C3714ae27
Octal16212614403114675121647
Binary11100101010110110010001100111001101111010010101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725664; }

 p { color: rgb(114,86,100); }

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

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

 a { background-color: rgb(114,86,100); }

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

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

 span { border-color: rgb(114,86,100); }

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