Html Css Color HEX #715566 Cosmic

📋 copy color: '#715566'

red 113 ◦ green 85 ◦ blue 102

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

Shades of Cosmic #715566

Tints of Cosmic #715566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 34%

R = 37.67%
G = 28.33%
B = 34%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#715566 (or 0x715566) is known color: Cosmic. HEX triplet: 71, 55 and 66. RGB value is (113,85,102). Sum of RGB (Red+Green+Blue) = 113+85+102=300 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.67% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 102 (40.23% from 255 or 34% from 300); Max value from RGB is 113 - color contains mainly: red. Hex color #715566 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715566 is #8EAA99. Grayscale: #5F5F5F. Windows color (decimal): -9349786 or 6706545. OLE color: 6706545.

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

Color convert

RGB 113 85 102 -
CMYK 0 0.25 0.10 0.56
HSL 323.57º 0.14% 0.39% -
HSV(B) 323.57º 0.25% 0.44% -
XYZ 12.46 10.97 14.03 -
YUV 95.31 131.78 140.62 -
System Red Green Blue C M Y K H S L
Decimal 113 85 102 0 0.25 0.10 0.56 323.57 0.14 0.39
Hex 71 55 66 0 19 A 38 144 E 27
Octal 161 125 146 0 31 12 70 504 16 47
Binary 1110001 1010101 1100110 0 11001 1010 111000 101000100 1110 100111

Color Harmonies of #715566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715566

Black with #715566

Text Example


Text Example

White with #715566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715566; }

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

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

background-color css

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

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

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

border-color css

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

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

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