Html Css Color HEX #725061 Cosmic

📋 copy color: '#725061'

red 114 ◦ green 80 ◦ blue 97

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

Shades of Cosmic #725061

Tints of Cosmic #725061

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.49%

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

R = 39.18%
G = 27.49%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#725061 (or 0x725061) is known color: Cosmic. HEX triplet: 72, 50 and 61. RGB value is (114,80,97). Sum of RGB (Red+Green+Blue) = 114+80+97=291 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.18% from 291); Green value is 80 (31.64% from 255 or 27.49% from 291); Blue value is 97 (38.28% from 255 or 33.33% from 291); Max value from RGB is 114 - color contains mainly: red. Hex color #725061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725061 is #8DAF9E. Grayscale: #5C5C5C. Windows color (decimal): -9285535 or 6377586. OLE color: 6377586.

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

Color convert

RGB 114 80 97 -
CMYK 0 0.30 0.15 0.55
HSL 330º 0.18% 0.38% -
HSV(B) 330º 0.3% 0.45% -
XYZ 11.97 10.18 12.64 -
YUV 92.1 130.76 143.62 -
System Red Green Blue C M Y K H S L
Decimal 114 80 97 0 0.30 0.15 0.55 330 0.18 0.38
Hex 72 50 61 0 1E F 37 14A 12 26
Octal 162 120 141 0 36 17 67 512 22 46
Binary 1110010 1010000 1100001 0 11110 1111 110111 101001010 10010 100110

Color Harmonies of #725061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725061

Black with #725061

Text Example


Text Example

White with #725061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725061; }

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

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

background-color css

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

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

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

border-color css

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

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

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