Html Css Color HEX #725463 Cosmic

📋 copy color: '#725463'

red 114 ◦ green 84 ◦ blue 99

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

Shades of Cosmic #725463

Tints of Cosmic #725463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 33.33%

R = 38.38%
G = 28.28%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#725463 (or 0x725463) is known color: Cosmic. HEX triplet: 72, 54 and 63. RGB value is (114,84,99). Sum of RGB (Red+Green+Blue) = 114+84+99=297 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.38% from 297); Green value is 84 (33.20% from 255 or 28.28% from 297); Blue value is 99 (39.06% from 255 or 33.33% from 297); Max value from RGB is 114 - color contains mainly: red. Hex color #725463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725463 is #8DAB9C. Grayscale: #5E5E5E. Windows color (decimal): -9284509 or 6509682. OLE color: 6509682.

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

Color convert

RGB 114 84 99 -
CMYK 0 0.26 0.13 0.55
HSL 330º 0.15% 0.39% -
HSV(B) 330º 0.26% 0.45% -
XYZ 12.36 10.82 13.24 -
YUV 94.68 130.44 141.78 -
System Red Green Blue C M Y K H S L
Decimal 114 84 99 0 0.26 0.13 0.55 330 0.15 0.39
Hex 72 54 63 0 1A D 37 14A F 27
Octal 162 124 143 0 32 15 67 512 17 47
Binary 1110010 1010100 1100011 0 11010 1101 110111 101001010 1111 100111

Color Harmonies of #725463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725463

Black with #725463

Text Example


Text Example

White with #725463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725463; }

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

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

background-color css

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

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

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

border-color css

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

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

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