Html Css Color HEX #715565 Cosmic

📋 copy color: '#715565'

red 113 ◦ green 85 ◦ blue 101

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

Shades of Cosmic #715565

Tints of Cosmic #715565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 33.78%

R = 37.79%
G = 28.43%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#715565 (or 0x715565) is known color: Cosmic. HEX triplet: 71, 55 and 65. RGB value is (113,85,101). Sum of RGB (Red+Green+Blue) = 113+85+101=299 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.79% from 299); Green value is 85 (33.59% from 255 or 28.43% from 299); Blue value is 101 (39.84% from 255 or 33.78% from 299); Max value from RGB is 113 - color contains mainly: red. Hex color #715565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715565 is #8EAA9A. Grayscale: #5F5F5F. Windows color (decimal): -9349787 or 6641009. OLE color: 6641009.

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

Color convert

RGB 113 85 101 -
CMYK 0 0.25 0.11 0.56
HSL 325.71º 0.14% 0.39% -
HSV(B) 325.71º 0.25% 0.44% -
XYZ 12.41 10.95 13.77 -
YUV 95.2 131.28 140.7 -
System Red Green Blue C M Y K H S L
Decimal 113 85 101 0 0.25 0.11 0.56 325.71 0.14 0.39
Hex 71 55 65 0 19 B 38 146 E 27
Octal 161 125 145 0 31 13 70 506 16 47
Binary 1110001 1010101 1100101 0 11001 1011 111000 101000110 1110 100111

Color Harmonies of #715565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715565

Black with #715565

Text Example


Text Example

White with #715565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715565; }

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

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

background-color css

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

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

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

border-color css

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

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

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