Html Css Color HEX #715261 Cosmic

📋 copy color: '#715261'

red 113 ◦ green 82 ◦ blue 97

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

Shades of Cosmic #715261

Tints of Cosmic #715261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 33.22%

R = 38.7%
G = 28.08%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#715261 (or 0x715261) is known color: Cosmic. HEX triplet: 71, 52 and 61. RGB value is (113,82,97). Sum of RGB (Red+Green+Blue) = 113+82+97=292 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.70% from 292); Green value is 82 (32.42% from 255 or 28.08% from 292); Blue value is 97 (38.28% from 255 or 33.22% from 292); Max value from RGB is 113 - color contains mainly: red. Hex color #715261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715261 is #8EAD9E. Grayscale: #5C5C5C. Windows color (decimal): -9350559 or 6378097. OLE color: 6378097.

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

Color convert

RGB 113 82 97 -
CMYK 0 0.27 0.14 0.56
HSL 330.97º 0.16% 0.38% -
HSV(B) 330.97º 0.27% 0.44% -
XYZ 11.99 10.41 12.69 -
YUV 92.98 130.27 142.28 -
System Red Green Blue C M Y K H S L
Decimal 113 82 97 0 0.27 0.14 0.56 330.97 0.16 0.38
Hex 71 52 61 0 1B E 38 14B 10 26
Octal 161 122 141 0 33 16 70 513 20 46
Binary 1110001 1010010 1100001 0 11011 1110 111000 101001011 10000 100110

Color Harmonies of #715261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715261

Black with #715261

Text Example


Text Example

White with #715261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715261; }

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

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

background-color css

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

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

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

border-color css

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

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

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