Html Css Color HEX #705966 Cosmic

📋 copy color: '#705966'

red 112 ◦ green 89 ◦ blue 102

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

Shades of Cosmic #705966

Tints of Cosmic #705966

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.37%

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

R = 36.96%
G = 29.37%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#705966 (or 0x705966) is known color: Cosmic. HEX triplet: 70, 59 and 66. RGB value is (112,89,102). Sum of RGB (Red+Green+Blue) = 112+89+102=303 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.96% from 303); Green value is 89 (35.16% from 255 or 29.37% from 303); Blue value is 102 (40.23% from 255 or 33.66% from 303); Max value from RGB is 112 - color contains mainly: red. Hex color #705966 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705966 is #8FA699. Grayscale: #616161. Windows color (decimal): -9414298 or 6707568. OLE color: 6707568.

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

Color convert

RGB 112 89 102 -
CMYK 0 0.21 0.09 0.56
HSL 326.09º 0.11% 0.39% -
HSV(B) 326.09º 0.21% 0.44% -
XYZ 12.65 11.55 14.13 -
YUV 97.36 130.62 138.44 -
System Red Green Blue C M Y K H S L
Decimal 112 89 102 0 0.21 0.09 0.56 326.09 0.11 0.39
Hex 70 59 66 0 15 9 38 146 B 27
Octal 160 131 146 0 25 11 70 506 13 47
Binary 1110000 1011001 1100110 0 10101 1001 111000 101000110 1011 100111

Color Harmonies of #705966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705966

Black with #705966

Text Example


Text Example

White with #705966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705966; }

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

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

background-color css

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

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

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

border-color css

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

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

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