Html Css Color HEX #715060 Cosmic

📋 copy color: '#715060'

red 113 ◦ green 80 ◦ blue 96

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

Shades of Cosmic #715060

Tints of Cosmic #715060

RGB

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

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

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

R = 39.1%
G = 27.68%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#715060 (or 0x715060) is known color: Cosmic. HEX triplet: 71, 50 and 60. RGB value is (113,80,96). Sum of RGB (Red+Green+Blue) = 113+80+96=289 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.10% from 289); Green value is 80 (31.64% from 255 or 27.68% from 289); Blue value is 96 (37.89% from 255 or 33.22% from 289); Max value from RGB is 113 - color contains mainly: red. Hex color #715060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715060 is #8EAF9F. Grayscale: #5B5B5B. Windows color (decimal): -9351072 or 6312049. OLE color: 6312049.

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

Color convert

RGB 113 80 96 -
CMYK 0 0.29 0.15 0.56
HSL 330.91º 0.17% 0.38% -
HSV(B) 330.91º 0.29% 0.44% -
XYZ 11.79 10.09 12.39 -
YUV 91.69 130.43 143.2 -
System Red Green Blue C M Y K H S L
Decimal 113 80 96 0 0.29 0.15 0.56 330.91 0.17 0.38
Hex 71 50 60 0 1D F 38 14B 11 26
Octal 161 120 140 0 35 17 70 513 21 46
Binary 1110001 1010000 1100000 0 11101 1111 111000 101001011 10001 100110

Color Harmonies of #715060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715060

Black with #715060

Text Example


Text Example

White with #715060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715060; }

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

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

background-color css

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

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

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

border-color css

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

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

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