Html Css Color HEX #725560 Cosmic

📋 copy color: '#725560'

red 114 ◦ green 85 ◦ blue 96

#725560
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cosmic #725560

Tints of Cosmic #725560

RGB

 RED value IS 114 (44.92% from 255) = 38.64%

 GREEN value IS 85 (33.59% from 255) = 28.81%

 BLUE value IS 96 (37.89% from 255) = 32.54%

R = 38.64%
G = 28.81%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#725560 (or 0x725560) is known color: Cosmic. HEX triplet: 72, 55 and 60. RGB value is (114,85,96). Sum of RGB (Red+Green+Blue) = 114+85+96=295 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.64% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 96 (37.89% from 255 or 32.54% from 295); Max value from RGB is 114 - color contains mainly: red. Hex color #725560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725560 is #8DAA9F. Grayscale: #5E5E5E. Windows color (decimal): -9284256 or 6313330. OLE color: 6313330.

HSL color Cylindrical-coordinate representation of color #725560: hue angle of 337.24º 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 #725560 is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 85 96 -
CMYK 0 0.25 0.16 0.55
HSL 337.24º 0.15% 0.39% -
HSV(B) 337.24º 0.25% 0.45% -
XYZ 12.3 10.92 12.53 -
YUV 94.93 128.61 141.61 -
System Red Green Blue C M Y K H S L
Decimal 114 85 96 0 0.25 0.16 0.55 337.24 0.15 0.39
Hex 72 55 60 0 19 10 37 151 F 27
Octal 162 125 140 0 31 20 67 521 17 47
Binary 1110010 1010101 1100000 0 11001 10000 110111 101010001 1111 100111

Color Harmonies of #725560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725560

Black with #725560

Text Example


Text Example

White with #725560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725560; }

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

 H1.HeaderClassName
 {
   color: #725560;
 }
 .AnyTagClassName
 {
   color: #725560;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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