Html Css Color HEX #725663 Cosmic

📋 copy color: '#725663'

red 114 ◦ green 86 ◦ blue 99

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

Shades of Cosmic #725663

Tints of Cosmic #725663

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.76%

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

R = 38.13%
G = 28.76%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#725663 (or 0x725663) is known color: Cosmic. HEX triplet: 72, 56 and 63. RGB value is (114,86,99). Sum of RGB (Red+Green+Blue) = 114+86+99=299 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.13% from 299); Green value is 86 (33.98% from 255 or 28.76% from 299); Blue value is 99 (39.06% from 255 or 33.11% from 299); Max value from RGB is 114 - color contains mainly: red. Hex color #725663 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725663 is #8DA99C. Grayscale: #5F5F5F. Windows color (decimal): -9283997 or 6510194. OLE color: 6510194.

HSL color Cylindrical-coordinate representation of color #725663: hue angle of 332.14º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #725663 is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 86 99 -
CMYK 0 0.25 0.13 0.55
HSL 332.14º 0.14% 0.39% -
HSV(B) 332.14º 0.25% 0.45% -
XYZ 12.52 11.13 13.29 -
YUV 95.85 129.78 140.94 -
System Red Green Blue C M Y K H S L
Decimal 114 86 99 0 0.25 0.13 0.55 332.14 0.14 0.39
Hex 72 56 63 0 19 D 37 14C E 27
Octal 162 126 143 0 31 15 67 514 16 47
Binary 1110010 1010110 1100011 0 11001 1101 110111 101001100 1110 100111

Color Harmonies of #725663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725663

Black with #725663

Text Example


Text Example

White with #725663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725663; }

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

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

background-color css

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

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

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

border-color css

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

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

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