Html Css Color HEX #715460 Cosmic

📋 copy color: '#715460'

red 113 ◦ green 84 ◦ blue 96

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

Shades of Cosmic #715460

Tints of Cosmic #715460

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.67%

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

R = 38.57%
G = 28.67%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#715460 (or 0x715460) is known color: Cosmic. HEX triplet: 71, 54 and 60. RGB value is (113,84,96). Sum of RGB (Red+Green+Blue) = 113+84+96=293 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.57% from 293); Green value is 84 (33.20% from 255 or 28.67% from 293); Blue value is 96 (37.89% from 255 or 32.76% from 293); Max value from RGB is 113 - color contains mainly: red. Hex color #715460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715460 is #8EAB9F. Grayscale: #5E5E5E. Windows color (decimal): -9350048 or 6313073. OLE color: 6313073.

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

Color convert

RGB 113 84 96 -
CMYK 0 0.26 0.15 0.56
HSL 335.17º 0.15% 0.39% -
HSV(B) 335.17º 0.26% 0.44% -
XYZ 12.09 10.7 12.49 -
YUV 94.04 129.11 141.52 -
System Red Green Blue C M Y K H S L
Decimal 113 84 96 0 0.26 0.15 0.56 335.17 0.15 0.39
Hex 71 54 60 0 1A F 38 14F F 27
Octal 161 124 140 0 32 17 70 517 17 47
Binary 1110001 1010100 1100000 0 11010 1111 111000 101001111 1111 100111

Color Harmonies of #715460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715460

Black with #715460

Text Example


Text Example

White with #715460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715460; }

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

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

background-color css

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

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

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

border-color css

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

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

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