Html Css Color HEX #715760 Cosmic

📋 copy color: '#715760'

red 113 ◦ green 87 ◦ blue 96

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

Shades of Cosmic #715760

Tints of Cosmic #715760

RGB

 RED value IS 113 (44.53% from 255) = 38.18%

 GREEN value IS 87 (34.38% from 255) = 29.39%

 BLUE value IS 96 (37.89% from 255) = 32.43%

R = 38.18%
G = 29.39%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#715760 (or 0x715760) is known color: Cosmic. HEX triplet: 71, 57 and 60. RGB value is (113,87,96). Sum of RGB (Red+Green+Blue) = 113+87+96=296 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.18% from 296); Green value is 87 (34.38% from 255 or 29.39% from 296); Blue value is 96 (37.89% from 255 or 32.43% from 296); Max value from RGB is 113 - color contains mainly: red. Hex color #715760 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715760 is #8EA89F. Grayscale: #5F5F5F. Windows color (decimal): -9349280 or 6313841. OLE color: 6313841.

HSL color Cylindrical-coordinate representation of color #715760: hue angle of 339.23º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #715760 is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 87 96 -
CMYK 0 0.23 0.15 0.56
HSL 339.23º 0.13% 0.39% -
HSV(B) 339.23º 0.23% 0.44% -
XYZ 12.33 11.17 12.57 -
YUV 95.8 128.11 140.27 -
System Red Green Blue C M Y K H S L
Decimal 113 87 96 0 0.23 0.15 0.56 339.23 0.13 0.39
Hex 71 57 60 0 17 F 38 153 D 27
Octal 161 127 140 0 27 17 70 523 15 47
Binary 1110001 1010111 1100000 0 10111 1111 111000 101010011 1101 100111

Color Harmonies of #715760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715760

Black with #715760

Text Example


Text Example

White with #715760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715760; }

 p { color: rgb(113,87,96); }

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

background-color css

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

 a { background-color: rgb(113,87,96); }

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

border-color css

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

 span { border-color: rgb(113,87,96); }

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