Html Css Color HEX #715260 Cosmic

📋 copy color: '#715260'

red 113 ◦ green 82 ◦ blue 96

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

Shades of Cosmic #715260

Tints of Cosmic #715260

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.18%

 BLUE value IS 96 (37.89% from 255) = 32.99%

R = 38.83%
G = 28.18%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#715260 (or 0x715260) is known color: Cosmic. HEX triplet: 71, 52 and 60. RGB value is (113,82,96). Sum of RGB (Red+Green+Blue) = 113+82+96=291 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.83% from 291); Green value is 82 (32.42% from 255 or 28.18% from 291); Blue value is 96 (37.89% from 255 or 32.99% from 291); Max value from RGB is 113 - color contains mainly: red. Hex color #715260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715260 is #8EAD9F. Grayscale: #5C5C5C. Windows color (decimal): -9350560 or 6312561. OLE color: 6312561.

HSL color Cylindrical-coordinate representation of color #715260: hue angle of 332.9º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #715260 is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 82 96 -
CMYK 0 0.27 0.15 0.56
HSL 332.9º 0.16% 0.38% -
HSV(B) 332.9º 0.27% 0.44% -
XYZ 11.94 10.39 12.44 -
YUV 92.87 129.77 142.36 -
System Red Green Blue C M Y K H S L
Decimal 113 82 96 0 0.27 0.15 0.56 332.9 0.16 0.38
Hex 71 52 60 0 1B F 38 14D 10 26
Octal 161 122 140 0 33 17 70 515 20 46
Binary 1110001 1010010 1100000 0 11011 1111 111000 101001101 10000 100110

Color Harmonies of #715260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715260

Black with #715260

Text Example


Text Example

White with #715260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715260; }

 p { color: rgb(113,82,96); }

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

background-color css

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

 a { background-color: rgb(113,82,96); }

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

border-color css

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

 span { border-color: rgb(113,82,96); }

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