Html Css Color HEX #715864 Cosmic

📋 copy color: '#715864'

red 113 ◦ green 88 ◦ blue 100

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

Shades of Cosmic #715864

Tints of Cosmic #715864

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.24%

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

R = 37.54%
G = 29.24%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#715864 (or 0x715864) is known color: Cosmic. HEX triplet: 71, 58 and 64. RGB value is (113,88,100). Sum of RGB (Red+Green+Blue) = 113+88+100=301 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.54% from 301); Green value is 88 (34.77% from 255 or 29.24% from 301); Blue value is 100 (39.45% from 255 or 33.22% from 301); Max value from RGB is 113 - color contains mainly: red. Hex color #715864 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715864 is #8EA79B. Grayscale: #606060. Windows color (decimal): -9349020 or 6576241. OLE color: 6576241.

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

Color convert

RGB 113 88 100 -
CMYK 0 0.22 0.12 0.56
HSL 331.2º 0.12% 0.39% -
HSV(B) 331.2º 0.22% 0.44% -
XYZ 12.6 11.41 13.59 -
YUV 96.84 129.78 139.52 -
System Red Green Blue C M Y K H S L
Decimal 113 88 100 0 0.22 0.12 0.56 331.2 0.12 0.39
Hex 71 58 64 0 16 C 38 14B C 27
Octal 161 130 144 0 26 14 70 513 14 47
Binary 1110001 1011000 1100100 0 10110 1100 111000 101001011 1100 100111

Color Harmonies of #715864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715864

Black with #715864

Text Example


Text Example

White with #715864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715864; }

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

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

background-color css

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

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

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

border-color css

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

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

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