Html Css Color HEX #705059 Cosmic

📋 copy color: '#705059'

red 112 ◦ green 80 ◦ blue 89

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

Shades of Cosmic #705059

Tints of Cosmic #705059

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.47%

 BLUE value IS 89 (35.16% from 255) = 31.67%

R = 39.86%
G = 28.47%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#705059 (or 0x705059) is known color: Cosmic. HEX triplet: 70, 50 and 59. RGB value is (112,80,89). Sum of RGB (Red+Green+Blue) = 112+80+89=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 89 (35.16% from 255 or 31.67% from 281); Max value from RGB is 112 - color contains mainly: red. Hex color #705059 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705059 is #8FAFA6. Grayscale: #5A5A5A. Windows color (decimal): -9416615 or 5853296. OLE color: 5853296.

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

Color convert

RGB 112 80 89 -
CMYK 0 0.29 0.21 0.56
HSL 343.13º 0.17% 0.38% -
HSV(B) 343.13º 0.29% 0.44% -
XYZ 11.35 9.9 10.76 -
YUV 90.59 127.1 143.27 -
System Red Green Blue C M Y K H S L
Decimal 112 80 89 0 0.29 0.21 0.56 343.13 0.17 0.38
Hex 70 50 59 0 1D 15 38 157 11 26
Octal 160 120 131 0 35 25 70 527 21 46
Binary 1110000 1010000 1011001 0 11101 10101 111000 101010111 10001 100110

Color Harmonies of #705059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705059

Black with #705059

Text Example


Text Example

White with #705059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705059; }

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

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

background-color css

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

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

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

border-color css

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

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

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