Html Css Color HEX #725661 Cosmic

📋 copy color: '#725661'

red 114 ◦ green 86 ◦ blue 97

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

Shades of Cosmic #725661

Tints of Cosmic #725661

RGB

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

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

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

R = 38.38%
G = 28.96%
B = 32.66%

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

#725661 (or 0x725661) is known color: Cosmic. HEX triplet: 72, 56 and 61. RGB value is (114,86,97). Sum of RGB (Red+Green+Blue) = 114+86+97=297 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.38% from 297); Green value is 86 (33.98% from 255 or 28.96% from 297); Blue value is 97 (38.28% from 255 or 32.66% from 297); Max value from RGB is 114 - color contains mainly: red. Hex color #725661 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725661 is #8DA99E. Grayscale: #5F5F5F. Windows color (decimal): -9283999 or 6379122. OLE color: 6379122.

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

Color convert

RGB 114 86 97 -
CMYK 0 0.25 0.15 0.55
HSL 336.43º 0.14% 0.39% -
HSV(B) 336.43º 0.25% 0.45% -
XYZ 12.42 11.1 12.8 -
YUV 95.63 128.78 141.11 -
System Red Green Blue C M Y K H S L
Decimal 114 86 97 0 0.25 0.15 0.55 336.43 0.14 0.39
Hex 72 56 61 0 19 F 37 150 E 27
Octal 162 126 141 0 31 17 67 520 16 47
Binary 1110010 1010110 1100001 0 11001 1111 110111 101010000 1110 100111

Color Harmonies of #725661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725661

Black with #725661

Text Example


Text Example

White with #725661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725661; }

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

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

background-color css

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

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

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

border-color css

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

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

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