Html Css Color HEX #725261 Cosmic

📋 copy color: '#725261'

red 114 ◦ green 82 ◦ blue 97

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

Shades of Cosmic #725261

Tints of Cosmic #725261

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.99%

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

R = 38.91%
G = 27.99%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#725261 (or 0x725261) is known color: Cosmic. HEX triplet: 72, 52 and 61. RGB value is (114,82,97). Sum of RGB (Red+Green+Blue) = 114+82+97=293 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.91% from 293); Green value is 82 (32.42% from 255 or 27.99% from 293); Blue value is 97 (38.28% from 255 or 33.11% from 293); Max value from RGB is 114 - color contains mainly: red. Hex color #725261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725261 is #8DAD9E. Grayscale: #5D5D5D. Windows color (decimal): -9285023 or 6378098. OLE color: 6378098.

HSL color Cylindrical-coordinate representation of color #725261: hue angle of 331.88º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #725261 is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 82 97 -
CMYK 0 0.28 0.15 0.55
HSL 331.88º 0.16% 0.38% -
HSV(B) 331.88º 0.28% 0.45% -
XYZ 12.11 10.48 12.69 -
YUV 93.28 130.1 142.78 -
System Red Green Blue C M Y K H S L
Decimal 114 82 97 0 0.28 0.15 0.55 331.88 0.16 0.38
Hex 72 52 61 0 1C F 37 14C 10 26
Octal 162 122 141 0 34 17 67 514 20 46
Binary 1110010 1010010 1100001 0 11100 1111 110111 101001100 10000 100110

Color Harmonies of #725261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725261

Black with #725261

Text Example


Text Example

White with #725261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725261; }

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

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

background-color css

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

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

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

border-color css

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

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

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