Html Css Color HEX #705161 Cosmic

📋 copy color: '#705161'

red 112 ◦ green 81 ◦ blue 97

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

Shades of Cosmic #705161

Tints of Cosmic #705161

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.93%

 BLUE value IS 97 (38.28% from 255) = 33.45%

R = 38.62%
G = 27.93%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#705161 (or 0x705161) is known color: Cosmic. HEX triplet: 70, 51 and 61. RGB value is (112,81,97). Sum of RGB (Red+Green+Blue) = 112+81+97=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 81 (32.03% from 255 or 27.93% from 290); Blue value is 97 (38.28% from 255 or 33.45% from 290); Max value from RGB is 112 - color contains mainly: red. Hex color #705161 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705161 is #8FAE9E. Grayscale: #5C5C5C. Windows color (decimal): -9416351 or 6377840. OLE color: 6377840.

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

Color convert

RGB 112 81 97 -
CMYK 0 0.28 0.13 0.56
HSL 329.03º 0.16% 0.38% -
HSV(B) 329.03º 0.28% 0.44% -
XYZ 11.78 10.19 12.66 -
YUV 92.09 130.77 142.2 -
System Red Green Blue C M Y K H S L
Decimal 112 81 97 0 0.28 0.13 0.56 329.03 0.16 0.38
Hex 70 51 61 0 1C D 38 149 10 26
Octal 160 121 141 0 34 15 70 511 20 46
Binary 1110000 1010001 1100001 0 11100 1101 111000 101001001 10000 100110

Color Harmonies of #705161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705161

Black with #705161

Text Example


Text Example

White with #705161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705161; }

 p { color: rgb(112,81,97); }

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

background-color css

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

 a { background-color: rgb(112,81,97); }

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

border-color css

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

 span { border-color: rgb(112,81,97); }

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