#725467

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

Shades of Cosmic #725467

Tints of Cosmic #725467

Color information

#725467 (or 0x725467) is unknown color: approx Cosmic. HEX triplet: 72, 54 and 67. RGB value is (114,84,103). Sum of RGB (Red+Green+Blue) = 114+84+103=301 (39% of max value = 765). Red value is 114 (44.92% from 255 or 37.87% from 301); Green value is 84 (33.20% from 255 or 27.91% from 301); Blue value is 103 (40.62% from 255 or 34.22% from 301); Max value from RGB is 114 - color contains mainly: red. Hex color #725467 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725467 is #8DAB98. Grayscale: #5F5F5F. Windows color (decimal): -9284505 or 6771826. OLE color: 6771826.

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

Color convert

RGB11484103-
CMYK00.260.100.55
HSL322º15.15%38.82%-
HSV(B)322º26.32%44.71%-
XYZ12.5610.914.27-
YUV95.14132.44141.46-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.87%
GREEN value IS 84 (33.20% from 255) = 27.91%
BLUE value IS 103 (40.62% from 255) = 34.22%
R=37.87%
G=27.91%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1148410300.260.100.5532215.1538.82
Hex72546701AA37142f27
Octal16212414703212675021747
Binary11100101010100110011101101010101101111010000101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725467; }

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

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

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

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

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

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

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

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