Html Css Color HEX #715866 Cosmic

📋 copy color: '#715866'

red 113 ◦ green 88 ◦ blue 102

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

Shades of Cosmic #715866

Tints of Cosmic #715866

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 33.66%

R = 37.29%
G = 29.04%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#715866 (or 0x715866) is known color: Cosmic. HEX triplet: 71, 58 and 66. RGB value is (113,88,102). Sum of RGB (Red+Green+Blue) = 113+88+102=303 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.29% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 102 (40.23% from 255 or 33.66% from 303); Max value from RGB is 113 - color contains mainly: red. Hex color #715866 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715866 is #8EA799. Grayscale: #616161. Windows color (decimal): -9349018 or 6707313. OLE color: 6707313.

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

Color convert

RGB 113 88 102 -
CMYK 0 0.22 0.10 0.56
HSL 326.4º 0.12% 0.39% -
HSV(B) 326.4º 0.22% 0.44% -
XYZ 12.7 11.45 14.11 -
YUV 97.07 130.78 139.36 -
System Red Green Blue C M Y K H S L
Decimal 113 88 102 0 0.22 0.10 0.56 326.4 0.12 0.39
Hex 71 58 66 0 16 A 38 146 C 27
Octal 161 130 146 0 26 12 70 506 14 47
Binary 1110001 1011000 1100110 0 10110 1010 111000 101000110 1100 100111

Color Harmonies of #715866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715866

Black with #715866

Text Example


Text Example

White with #715866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715866; }

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

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

background-color css

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

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

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

border-color css

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

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

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