Html Css Color HEX #705666 Cosmic

📋 copy color: '#705666'

red 112 ◦ green 86 ◦ blue 102

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

Shades of Cosmic #705666

Tints of Cosmic #705666

RGB

 RED value IS 112 (44.14% from 255) = 37.33%

 GREEN value IS 86 (33.98% from 255) = 28.67%

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

R = 37.33%
G = 28.67%
B = 34%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#705666 (or 0x705666) is known color: Cosmic. HEX triplet: 70, 56 and 66. RGB value is (112,86,102). Sum of RGB (Red+Green+Blue) = 112+86+102=300 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.33% from 300); Green value is 86 (33.98% from 255 or 28.67% from 300); Blue value is 102 (40.23% from 255 or 34% from 300); Max value from RGB is 112 - color contains mainly: red. Hex color #705666 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705666 is #8FA999. Grayscale: #5F5F5F. Windows color (decimal): -9415066 or 6706800. OLE color: 6706800.

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

Color convert

RGB 112 86 102 -
CMYK 0 0.23 0.09 0.56
HSL 323.08º 0.13% 0.39% -
HSV(B) 323.08º 0.23% 0.44% -
XYZ 12.41 11.06 14.05 -
YUV 95.6 131.61 139.7 -
System Red Green Blue C M Y K H S L
Decimal 112 86 102 0 0.23 0.09 0.56 323.08 0.13 0.39
Hex 70 56 66 0 17 9 38 143 D 27
Octal 160 126 146 0 27 11 70 503 15 47
Binary 1110000 1010110 1100110 0 10111 1001 111000 101000011 1101 100111

Color Harmonies of #705666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705666

Black with #705666

Text Example


Text Example

White with #705666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705666; }

 p { color: rgb(112,86,102); }

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

background-color css

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

 a { background-color: rgb(112,86,102); }

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

border-color css

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

 span { border-color: rgb(112,86,102); }

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