Html Css Color HEX #715461 Cosmic

📋 copy color: '#715461'

red 113 ◦ green 84 ◦ blue 97

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

Shades of Cosmic #715461

Tints of Cosmic #715461

RGB

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

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

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

R = 38.44%
G = 28.57%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#715461 (or 0x715461) is known color: Cosmic. HEX triplet: 71, 54 and 61. RGB value is (113,84,97). Sum of RGB (Red+Green+Blue) = 113+84+97=294 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.44% from 294); Green value is 84 (33.20% from 255 or 28.57% from 294); Blue value is 97 (38.28% from 255 or 32.99% from 294); Max value from RGB is 113 - color contains mainly: red. Hex color #715461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715461 is #8EAB9E. Grayscale: #5E5E5E. Windows color (decimal): -9350047 or 6378609. OLE color: 6378609.

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

Color convert

RGB 113 84 97 -
CMYK 0 0.26 0.14 0.56
HSL 333.1º 0.15% 0.39% -
HSV(B) 333.1º 0.26% 0.44% -
XYZ 12.14 10.71 12.74 -
YUV 94.15 129.61 141.44 -
System Red Green Blue C M Y K H S L
Decimal 113 84 97 0 0.26 0.14 0.56 333.1 0.15 0.39
Hex 71 54 61 0 1A E 38 14D F 27
Octal 161 124 141 0 32 16 70 515 17 47
Binary 1110001 1010100 1100001 0 11010 1110 111000 101001101 1111 100111

Color Harmonies of #715461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715461

Black with #715461

Text Example


Text Example

White with #715461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715461; }

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

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

background-color css

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

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

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

border-color css

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

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

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