Html Css Color HEX #725561 Cosmic

📋 copy color: '#725561'

red 114 ◦ green 85 ◦ blue 97

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

Shades of Cosmic #725561

Tints of Cosmic #725561

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.72%

 BLUE value IS 97 (38.28% from 255) = 32.77%

R = 38.51%
G = 28.72%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#725561 (or 0x725561) is known color: Cosmic. HEX triplet: 72, 55 and 61. RGB value is (114,85,97). Sum of RGB (Red+Green+Blue) = 114+85+97=296 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.51% from 296); Green value is 85 (33.59% from 255 or 28.72% from 296); Blue value is 97 (38.28% from 255 or 32.77% from 296); Max value from RGB is 114 - color contains mainly: red. Hex color #725561 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725561 is #8DAA9E. Grayscale: #5F5F5F. Windows color (decimal): -9284255 or 6378866. OLE color: 6378866.

HSL color Cylindrical-coordinate representation of color #725561: hue angle of 335.17º degrees, saturation: 0.15, 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 #725561 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 85 97 -
CMYK 0 0.25 0.15 0.55
HSL 335.17º 0.15% 0.39% -
HSV(B) 335.17º 0.25% 0.45% -
XYZ 12.35 10.94 12.77 -
YUV 95.04 129.11 141.52 -
System Red Green Blue C M Y K H S L
Decimal 114 85 97 0 0.25 0.15 0.55 335.17 0.15 0.39
Hex 72 55 61 0 19 F 37 14F F 27
Octal 162 125 141 0 31 17 67 517 17 47
Binary 1110010 1010101 1100001 0 11001 1111 110111 101001111 1111 100111

Color Harmonies of #725561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725561

Black with #725561

Text Example


Text Example

White with #725561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725561; }

 p { color: rgb(114,85,97); }

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

background-color css

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

 a { background-color: rgb(114,85,97); }

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

border-color css

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

 span { border-color: rgb(114,85,97); }

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