Html Css Color HEX #705159 Cosmic

📋 copy color: '#705159'

red 112 ◦ green 81 ◦ blue 89

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

Shades of Cosmic #705159

Tints of Cosmic #705159

RGB

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

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

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

R = 39.72%
G = 28.72%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#705159 (or 0x705159) is known color: Cosmic. HEX triplet: 70, 51 and 59. RGB value is (112,81,89). Sum of RGB (Red+Green+Blue) = 112+81+89=282 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.72% from 282); Green value is 81 (32.03% from 255 or 28.72% from 282); Blue value is 89 (35.16% from 255 or 31.56% from 282); Max value from RGB is 112 - color contains mainly: red. Hex color #705159 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705159 is #8FAEA6. Grayscale: #5B5B5B. Windows color (decimal): -9416359 or 5853552. OLE color: 5853552.

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

Color convert

RGB 112 81 89 -
CMYK 0 0.28 0.21 0.56
HSL 344.52º 0.16% 0.38% -
HSV(B) 344.52º 0.28% 0.44% -
XYZ 11.43 10.05 10.79 -
YUV 91.18 126.77 142.85 -
System Red Green Blue C M Y K H S L
Decimal 112 81 89 0 0.28 0.21 0.56 344.52 0.16 0.38
Hex 70 51 59 0 1C 15 38 159 10 26
Octal 160 121 131 0 34 25 70 531 20 46
Binary 1110000 1010001 1011001 0 11100 10101 111000 101011001 10000 100110

Color Harmonies of #705159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705159

Black with #705159

Text Example


Text Example

White with #705159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705159; }

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

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

background-color css

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

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

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

border-color css

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

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

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