#725066

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

Shades of Cosmic #725066

Tints of Cosmic #725066

Color information

#725066 (or 0x725066) is unknown color: approx Cosmic. HEX triplet: 72, 50 and 66. RGB value is (114,80,102). Sum of RGB (Red+Green+Blue) = 114+80+102=296 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.51% from 296); Green value is 80 (31.64% from 255 or 27.03% from 296); Blue value is 102 (40.23% from 255 or 34.46% from 296); Max value from RGB is 114 - color contains mainly: red. Hex color #725066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725066 is #8DAF99. Grayscale: #5C5C5C. Windows color (decimal): -9285530 or 6705266. OLE color: 6705266.

HSL color Cylindrical-coordinate representation of color #725066: hue angle of 321.18º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #725066 is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB11480102-
CMYK00.300.110.55
HSL321.18º17.53%38.04%-
HSV(B)321.18º29.82%44.71%-
XYZ12.2110.2713.91-
YUV92.67133.26143.21-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.51%
GREEN value IS 80 (31.64% from 255) = 27.03%
BLUE value IS 102 (40.23% from 255) = 34.46%
R=38.51%
G=27.03%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1148010200.300.110.55321.1817.5338.04
Hex72506601EB371411226
Octal16212014603613675012246
Binary111001010100001100110011110101111011110100000110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725066; }

 p { color: rgb(114,80,102); }

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

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

 a { background-color: rgb(114,80,102); }

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

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

 span { border-color: rgb(114,80,102); }

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