Html Css Color HEX #715964 Cosmic

📋 copy color: '#715964'

red 113 ◦ green 89 ◦ blue 100

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

Shades of Cosmic #715964

Tints of Cosmic #715964

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.47%

 BLUE value IS 100 (39.45% from 255) = 33.11%

R = 37.42%
G = 29.47%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#715964 (or 0x715964) is known color: Cosmic. HEX triplet: 71, 59 and 64. RGB value is (113,89,100). Sum of RGB (Red+Green+Blue) = 113+89+100=302 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.42% from 302); Green value is 89 (35.16% from 255 or 29.47% from 302); Blue value is 100 (39.45% from 255 or 33.11% from 302); Max value from RGB is 113 - color contains mainly: red. Hex color #715964 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715964 is #8EA69B. Grayscale: #616161. Windows color (decimal): -9348764 or 6576497. OLE color: 6576497.

HSL color Cylindrical-coordinate representation of color #715964: hue angle of 332.5º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #715964 is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 89 100 -
CMYK 0 0.21 0.12 0.56
HSL 332.5º 0.12% 0.4% -
HSV(B) 332.5º 0.21% 0.44% -
XYZ 12.68 11.58 13.62 -
YUV 97.43 129.45 139.11 -
System Red Green Blue C M Y K H S L
Decimal 113 89 100 0 0.21 0.12 0.56 332.5 0.12 0.4
Hex 71 59 64 0 15 C 38 14C C 28
Octal 161 131 144 0 25 14 70 514 14 50
Binary 1110001 1011001 1100100 0 10101 1100 111000 101001100 1100 101000

Color Harmonies of #715964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715964

Black with #715964

Text Example


Text Example

White with #715964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715964; }

 p { color: rgb(113,89,100); }

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

background-color css

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

 a { background-color: rgb(113,89,100); }

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

border-color css

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

 span { border-color: rgb(113,89,100); }

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