Html Css Color HEX #715766 Cosmic

📋 copy color: '#715766'

red 113 ◦ green 87 ◦ blue 102

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

Shades of Cosmic #715766

Tints of Cosmic #715766

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.81%

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

R = 37.42%
G = 28.81%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#715766 (or 0x715766) is known color: Cosmic. HEX triplet: 71, 57 and 66. RGB value is (113,87,102). Sum of RGB (Red+Green+Blue) = 113+87+102=302 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.42% from 302); Green value is 87 (34.38% from 255 or 28.81% from 302); Blue value is 102 (40.23% from 255 or 33.77% from 302); Max value from RGB is 113 - color contains mainly: red. Hex color #715766 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715766 is #8EA899. Grayscale: #606060. Windows color (decimal): -9349274 or 6707057. OLE color: 6707057.

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

Color convert

RGB 113 87 102 -
CMYK 0 0.23 0.10 0.56
HSL 325.38º 0.13% 0.39% -
HSV(B) 325.38º 0.23% 0.44% -
XYZ 12.62 11.29 14.08 -
YUV 96.48 131.11 139.78 -
System Red Green Blue C M Y K H S L
Decimal 113 87 102 0 0.23 0.10 0.56 325.38 0.13 0.39
Hex 71 57 66 0 17 A 38 145 D 27
Octal 161 127 146 0 27 12 70 505 15 47
Binary 1110001 1010111 1100110 0 10111 1010 111000 101000101 1101 100111

Color Harmonies of #715766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715766

Black with #715766

Text Example


Text Example

White with #715766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715766; }

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

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

background-color css

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

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

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

border-color css

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

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

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