#72555E

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

Shades of Cosmic #72555E

Tints of Cosmic #72555E

Color information

#72555E (or 0x72555E) is unknown color: approx Cosmic. HEX triplet: 72, 55 and 5E. RGB value is (114,85,94). Sum of RGB (Red+Green+Blue) = 114+85+94=293 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.91% from 293); Green value is 85 (33.59% from 255 or 29.01% from 293); Blue value is 94 (37.11% from 255 or 32.08% from 293); Max value from RGB is 114 - color contains mainly: red. Hex color #72555E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72555E is #8DAAA1. Grayscale: #5E5E5E. Windows color (decimal): -9284258 or 6182258. OLE color: 6182258.

HSL color Cylindrical-coordinate representation of color #72555E: hue angle of 341.38º degrees, saturation: 0.15, 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 #72555E is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB1148594-
CMYK00.250.180.55
HSL341.38º14.57%39.02%-
HSV(B)341.38º25.44%44.71%-
XYZ12.2110.8812.05-
YUV94.7127.61141.77-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.91%
GREEN value IS 85 (33.59% from 255) = 29.01%
BLUE value IS 94 (37.11% from 255) = 32.08%
R=38.91%
G=29.01%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114859400.250.180.55341.3814.5739.02
Hex72555E0191237155f27
Octal16212513603122675251747
Binary111001010101011011110011001100101101111010101011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72555E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72555E; }

 p { color: rgb(114,85,94); }

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

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

 a { background-color: rgb(114,85,94); }

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

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

 span { border-color: rgb(114,85,94); }

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