Html Css Color HEX #725060 Cosmic

📋 copy color: '#725060'

red 114 ◦ green 80 ◦ blue 96

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

Shades of Cosmic #725060

Tints of Cosmic #725060

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.59%

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

R = 39.31%
G = 27.59%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#725060 (or 0x725060) is known color: Cosmic. HEX triplet: 72, 50 and 60. RGB value is (114,80,96). Sum of RGB (Red+Green+Blue) = 114+80+96=290 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.31% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 96 (37.89% from 255 or 33.10% from 290); Max value from RGB is 114 - color contains mainly: red. Hex color #725060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725060 is #8DAF9F. Grayscale: #5B5B5B. Windows color (decimal): -9285536 or 6312050. OLE color: 6312050.

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

Color convert

RGB 114 80 96 -
CMYK 0 0.30 0.16 0.55
HSL 331.76º 0.18% 0.38% -
HSV(B) 331.76º 0.3% 0.45% -
XYZ 11.92 10.16 12.4 -
YUV 91.99 130.26 143.7 -
System Red Green Blue C M Y K H S L
Decimal 114 80 96 0 0.30 0.16 0.55 331.76 0.18 0.38
Hex 72 50 60 0 1E 10 37 14C 12 26
Octal 162 120 140 0 36 20 67 514 22 46
Binary 1110010 1010000 1100000 0 11110 10000 110111 101001100 10010 100110

Color Harmonies of #725060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725060

Black with #725060

Text Example


Text Example

White with #725060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725060; }

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

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

background-color css

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

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

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

border-color css

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

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

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