Html Css Color HEX #725460 Cosmic

📋 copy color: '#725460'

red 114 ◦ green 84 ◦ blue 96

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

Shades of Cosmic #725460

Tints of Cosmic #725460

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.57%

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

R = 38.78%
G = 28.57%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#725460 (or 0x725460) is known color: Cosmic. HEX triplet: 72, 54 and 60. RGB value is (114,84,96). Sum of RGB (Red+Green+Blue) = 114+84+96=294 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.78% from 294); Green value is 84 (33.20% from 255 or 28.57% from 294); Blue value is 96 (37.89% from 255 or 32.65% from 294); Max value from RGB is 114 - color contains mainly: red. Hex color #725460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725460 is #8DAB9F. Grayscale: #5E5E5E. Windows color (decimal): -9284512 or 6313074. OLE color: 6313074.

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

Color convert

RGB 114 84 96 -
CMYK 0 0.26 0.16 0.55
HSL 336º 0.15% 0.39% -
HSV(B) 336º 0.26% 0.45% -
XYZ 12.22 10.76 12.5 -
YUV 94.34 128.94 142.02 -
System Red Green Blue C M Y K H S L
Decimal 114 84 96 0 0.26 0.16 0.55 336 0.15 0.39
Hex 72 54 60 0 1A 10 37 150 F 27
Octal 162 124 140 0 32 20 67 520 17 47
Binary 1110010 1010100 1100000 0 11010 10000 110111 101010000 1111 100111

Color Harmonies of #725460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725460

Black with #725460

Text Example


Text Example

White with #725460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725460; }

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

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

background-color css

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

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

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

border-color css

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

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

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