Html Css Color HEX #715063 Cosmic

📋 copy color: '#715063'

red 113 ◦ green 80 ◦ blue 99

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

Shades of Cosmic #715063

Tints of Cosmic #715063

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.4%

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

R = 38.7%
G = 27.4%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#715063 (or 0x715063) is known color: Cosmic. HEX triplet: 71, 50 and 63. RGB value is (113,80,99). Sum of RGB (Red+Green+Blue) = 113+80+99=292 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.70% from 292); Green value is 80 (31.64% from 255 or 27.40% from 292); Blue value is 99 (39.06% from 255 or 33.90% from 292); Max value from RGB is 113 - color contains mainly: red. Hex color #715063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715063 is #8EAF9C. Grayscale: #5B5B5B. Windows color (decimal): -9351069 or 6508657. OLE color: 6508657.

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

Color convert

RGB 113 80 99 -
CMYK 0 0.29 0.12 0.56
HSL 325.45º 0.17% 0.38% -
HSV(B) 325.45º 0.29% 0.44% -
XYZ 11.93 10.15 13.13 -
YUV 92.03 131.93 142.96 -
System Red Green Blue C M Y K H S L
Decimal 113 80 99 0 0.29 0.12 0.56 325.45 0.17 0.38
Hex 71 50 63 0 1D C 38 145 11 26
Octal 161 120 143 0 35 14 70 505 21 46
Binary 1110001 1010000 1100011 0 11101 1100 111000 101000101 10001 100110

Color Harmonies of #715063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715063

Black with #715063

Text Example


Text Example

White with #715063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715063; }

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

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

background-color css

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

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

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

border-color css

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

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

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