Html Css Color HEX #725464 Cosmic

📋 copy color: '#725464'

red 114 ◦ green 84 ◦ blue 100

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

Shades of Cosmic #725464

Tints of Cosmic #725464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 33.56%

R = 38.26%
G = 28.19%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#725464 (or 0x725464) is known color: Cosmic. HEX triplet: 72, 54 and 64. RGB value is (114,84,100). Sum of RGB (Red+Green+Blue) = 114+84+100=298 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.26% from 298); Green value is 84 (33.20% from 255 or 28.19% from 298); Blue value is 100 (39.45% from 255 or 33.56% from 298); Max value from RGB is 114 - color contains mainly: red. Hex color #725464 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725464 is #8DAB9B. Grayscale: #5E5E5E. Windows color (decimal): -9284508 or 6575218. OLE color: 6575218.

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

Color convert

RGB 114 84 100 -
CMYK 0 0.26 0.12 0.55
HSL 328º 0.15% 0.39% -
HSV(B) 328º 0.26% 0.45% -
XYZ 12.41 10.84 13.49 -
YUV 94.79 130.94 141.7 -
System Red Green Blue C M Y K H S L
Decimal 114 84 100 0 0.26 0.12 0.55 328 0.15 0.39
Hex 72 54 64 0 1A C 37 148 F 27
Octal 162 124 144 0 32 14 67 510 17 47
Binary 1110010 1010100 1100100 0 11010 1100 110111 101001000 1111 100111

Color Harmonies of #725464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725464

Black with #725464

Text Example


Text Example

White with #725464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725464; }

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

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

background-color css

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

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

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

border-color css

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

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

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