Html Css Color HEX #715164 Cosmic

📋 copy color: '#715164'

red 113 ◦ green 81 ◦ blue 100

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

Shades of Cosmic #715164

Tints of Cosmic #715164

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.55%

 BLUE value IS 100 (39.45% from 255) = 34.01%

R = 38.44%
G = 27.55%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#715164 (or 0x715164) is known color: Cosmic. HEX triplet: 71, 51 and 64. RGB value is (113,81,100). Sum of RGB (Red+Green+Blue) = 113+81+100=294 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.44% from 294); Green value is 81 (32.03% from 255 or 27.55% from 294); Blue value is 100 (39.45% from 255 or 34.01% from 294); Max value from RGB is 113 - color contains mainly: red. Hex color #715164 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715164 is #8EAE9B. Grayscale: #5C5C5C. Windows color (decimal): -9350812 or 6574449. OLE color: 6574449.

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

Color convert

RGB 113 81 100 -
CMYK 0 0.28 0.12 0.56
HSL 324.38º 0.16% 0.38% -
HSV(B) 324.38º 0.28% 0.44% -
XYZ 12.05 10.32 13.41 -
YUV 92.73 132.1 142.46 -
System Red Green Blue C M Y K H S L
Decimal 113 81 100 0 0.28 0.12 0.56 324.38 0.16 0.38
Hex 71 51 64 0 1C C 38 144 10 26
Octal 161 121 144 0 34 14 70 504 20 46
Binary 1110001 1010001 1100100 0 11100 1100 111000 101000100 10000 100110

Color Harmonies of #715164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715164

Black with #715164

Text Example


Text Example

White with #715164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715164; }

 p { color: rgb(113,81,100); }

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

background-color css

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

 a { background-color: rgb(113,81,100); }

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

border-color css

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

 span { border-color: rgb(113,81,100); }

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