Html Css Color HEX #715560 Cosmic

📋 copy color: '#715560'

red 113 ◦ green 85 ◦ blue 96

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

Shades of Cosmic #715560

Tints of Cosmic #715560

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.91%

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

R = 38.44%
G = 28.91%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#715560 (or 0x715560) is known color: Cosmic. HEX triplet: 71, 55 and 60. RGB value is (113,85,96). Sum of RGB (Red+Green+Blue) = 113+85+96=294 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.44% from 294); Green value is 85 (33.59% from 255 or 28.91% from 294); Blue value is 96 (37.89% from 255 or 32.65% from 294); Max value from RGB is 113 - color contains mainly: red. Hex color #715560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715560 is #8EAA9F. Grayscale: #5E5E5E. Windows color (decimal): -9349792 or 6313329. OLE color: 6313329.

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

Color convert

RGB 113 85 96 -
CMYK 0 0.25 0.15 0.56
HSL 336.43º 0.14% 0.39% -
HSV(B) 336.43º 0.25% 0.44% -
XYZ 12.17 10.85 12.52 -
YUV 94.63 128.78 141.11 -
System Red Green Blue C M Y K H S L
Decimal 113 85 96 0 0.25 0.15 0.56 336.43 0.14 0.39
Hex 71 55 60 0 19 F 38 150 E 27
Octal 161 125 140 0 31 17 70 520 16 47
Binary 1110001 1010101 1100000 0 11001 1111 111000 101010000 1110 100111

Color Harmonies of #715560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715560

Black with #715560

Text Example


Text Example

White with #715560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715560; }

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

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

background-color css

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

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

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

border-color css

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

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

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