Html Css Color HEX #715263 Cosmic

📋 copy color: '#715263'

red 113 ◦ green 82 ◦ blue 99

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

Shades of Cosmic #715263

Tints of Cosmic #715263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 33.67%

R = 38.44%
G = 27.89%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#715263 (or 0x715263) is known color: Cosmic. HEX triplet: 71, 52 and 63. RGB value is (113,82,99). Sum of RGB (Red+Green+Blue) = 113+82+99=294 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.44% from 294); Green value is 82 (32.42% from 255 or 27.89% from 294); Blue value is 99 (39.06% from 255 or 33.67% from 294); Max value from RGB is 113 - color contains mainly: red. Hex color #715263 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715263 is #8EAD9C. Grayscale: #5D5D5D. Windows color (decimal): -9350557 or 6509169. OLE color: 6509169.

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

Color convert

RGB 113 82 99 -
CMYK 0 0.27 0.12 0.56
HSL 327.1º 0.16% 0.38% -
HSV(B) 327.1º 0.27% 0.44% -
XYZ 12.08 10.45 13.18 -
YUV 93.21 131.27 142.12 -
System Red Green Blue C M Y K H S L
Decimal 113 82 99 0 0.27 0.12 0.56 327.1 0.16 0.38
Hex 71 52 63 0 1B C 38 147 10 26
Octal 161 122 143 0 33 14 70 507 20 46
Binary 1110001 1010010 1100011 0 11011 1100 111000 101000111 10000 100110

Color Harmonies of #715263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715263

Black with #715263

Text Example


Text Example

White with #715263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715263; }

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

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

background-color css

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

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

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

border-color css

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

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

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