Html Css Color HEX #715561 Cosmic

📋 copy color: '#715561'

red 113 ◦ green 85 ◦ blue 97

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

Shades of Cosmic #715561

Tints of Cosmic #715561

RGB

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

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

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

R = 38.31%
G = 28.81%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#715561 (or 0x715561) is known color: Cosmic. HEX triplet: 71, 55 and 61. RGB value is (113,85,97). Sum of RGB (Red+Green+Blue) = 113+85+97=295 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.31% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 97 (38.28% from 255 or 32.88% from 295); Max value from RGB is 113 - color contains mainly: red. Hex color #715561 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715561 is #8EAA9E. Grayscale: #5E5E5E. Windows color (decimal): -9349791 or 6378865. OLE color: 6378865.

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

Color convert

RGB 113 85 97 -
CMYK 0 0.25 0.14 0.56
HSL 334.29º 0.14% 0.39% -
HSV(B) 334.29º 0.25% 0.44% -
XYZ 12.22 10.87 12.76 -
YUV 94.74 129.28 141.02 -
System Red Green Blue C M Y K H S L
Decimal 113 85 97 0 0.25 0.14 0.56 334.29 0.14 0.39
Hex 71 55 61 0 19 E 38 14E E 27
Octal 161 125 141 0 31 16 70 516 16 47
Binary 1110001 1010101 1100001 0 11001 1110 111000 101001110 1110 100111

Color Harmonies of #715561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715561

Black with #715561

Text Example


Text Example

White with #715561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715561; }

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

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

background-color css

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

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

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

border-color css

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

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

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