Html Css Color HEX #725361 Cosmic

📋 copy color: '#725361'

red 114 ◦ green 83 ◦ blue 97

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

Shades of Cosmic #725361

Tints of Cosmic #725361

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.23%

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

R = 38.78%
G = 28.23%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#725361 (or 0x725361) is known color: Cosmic. HEX triplet: 72, 53 and 61. RGB value is (114,83,97). Sum of RGB (Red+Green+Blue) = 114+83+97=294 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.78% from 294); Green value is 83 (32.81% from 255 or 28.23% from 294); Blue value is 97 (38.28% from 255 or 32.99% from 294); Max value from RGB is 114 - color contains mainly: red. Hex color #725361 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725361 is #8DAC9E. Grayscale: #5D5D5D. Windows color (decimal): -9284767 or 6378354. OLE color: 6378354.

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

Color convert

RGB 114 83 97 -
CMYK 0 0.27 0.15 0.55
HSL 332.9º 0.16% 0.39% -
HSV(B) 332.9º 0.27% 0.45% -
XYZ 12.19 10.63 12.72 -
YUV 93.87 129.77 142.36 -
System Red Green Blue C M Y K H S L
Decimal 114 83 97 0 0.27 0.15 0.55 332.9 0.16 0.39
Hex 72 53 61 0 1B F 37 14D 10 27
Octal 162 123 141 0 33 17 67 515 20 47
Binary 1110010 1010011 1100001 0 11011 1111 110111 101001101 10000 100111

Color Harmonies of #725361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725361

Black with #725361

Text Example


Text Example

White with #725361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725361; }

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

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

background-color css

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

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

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

border-color css

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

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

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