Html Css Color HEX #725260 Cosmic

📋 copy color: '#725260'

red 114 ◦ green 82 ◦ blue 96

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

Shades of Cosmic #725260

Tints of Cosmic #725260

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.08%

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

R = 39.04%
G = 28.08%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#725260 (or 0x725260) is known color: Cosmic. HEX triplet: 72, 52 and 60. RGB value is (114,82,96). Sum of RGB (Red+Green+Blue) = 114+82+96=292 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.04% from 292); Green value is 82 (32.42% from 255 or 28.08% from 292); Blue value is 96 (37.89% from 255 or 32.88% from 292); Max value from RGB is 114 - color contains mainly: red. Hex color #725260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725260 is #8DAD9F. Grayscale: #5D5D5D. Windows color (decimal): -9285024 or 6312562. OLE color: 6312562.

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

Color convert

RGB 114 82 96 -
CMYK 0 0.28 0.16 0.55
HSL 333.75º 0.16% 0.38% -
HSV(B) 333.75º 0.28% 0.45% -
XYZ 12.07 10.46 12.45 -
YUV 93.16 129.6 142.86 -
System Red Green Blue C M Y K H S L
Decimal 114 82 96 0 0.28 0.16 0.55 333.75 0.16 0.38
Hex 72 52 60 0 1C 10 37 14E 10 26
Octal 162 122 140 0 34 20 67 516 20 46
Binary 1110010 1010010 1100000 0 11100 10000 110111 101001110 10000 100110

Color Harmonies of #725260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725260

Black with #725260

Text Example


Text Example

White with #725260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725260; }

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

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

background-color css

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

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

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

border-color css

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

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

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