Html Css Color HEX #715664 Cosmic

📋 copy color: '#715664'

red 113 ◦ green 86 ◦ blue 100

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

Shades of Cosmic #715664

Tints of Cosmic #715664

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.76%

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

R = 37.79%
G = 28.76%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#715664 (or 0x715664) is known color: Cosmic. HEX triplet: 71, 56 and 64. RGB value is (113,86,100). Sum of RGB (Red+Green+Blue) = 113+86+100=299 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.79% from 299); Green value is 86 (33.98% from 255 or 28.76% from 299); Blue value is 100 (39.45% from 255 or 33.44% from 299); Max value from RGB is 113 - color contains mainly: red. Hex color #715664 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715664 is #8EA99B. Grayscale: #5F5F5F. Windows color (decimal): -9349532 or 6575729. OLE color: 6575729.

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

Color convert

RGB 113 86 100 -
CMYK 0 0.24 0.12 0.56
HSL 328.89º 0.14% 0.39% -
HSV(B) 328.89º 0.24% 0.44% -
XYZ 12.44 11.09 13.54 -
YUV 95.67 130.45 140.36 -
System Red Green Blue C M Y K H S L
Decimal 113 86 100 0 0.24 0.12 0.56 328.89 0.14 0.39
Hex 71 56 64 0 18 C 38 149 E 27
Octal 161 126 144 0 30 14 70 511 16 47
Binary 1110001 1010110 1100100 0 11000 1100 111000 101001001 1110 100111

Color Harmonies of #715664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715664

Black with #715664

Text Example


Text Example

White with #715664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715664; }

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

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

background-color css

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

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

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

border-color css

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

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

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