Html Css Color HEX #704F59 Cosmic

📋 copy color: '#704F59'

red 112 ◦ green 79 ◦ blue 89

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

Shades of Cosmic #704F59

Tints of Cosmic #704F59

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.21%

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

R = 40%
G = 28.21%
B = 31.79%

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

#704F59 (or 0x704F59) is known color: Cosmic. HEX triplet: 70, 4F and 59. RGB value is (112,79,89). Sum of RGB (Red+Green+Blue) = 112+79+89=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 79 (31.25% from 255 or 28.21% from 280); Blue value is 89 (35.16% from 255 or 31.79% from 280); Max value from RGB is 112 - color contains mainly: red. Hex color #704F59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704F59 is #8FB0A6. Grayscale: #5A5A5A. Windows color (decimal): -9416871 or 5853040. OLE color: 5853040.

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

Color convert

RGB 112 79 89 -
CMYK 0 0.29 0.21 0.56
HSL 341.82º 0.17% 0.37% -
HSV(B) 341.82º 0.29% 0.44% -
XYZ 11.28 9.76 10.74 -
YUV 90.01 127.43 143.69 -
System Red Green Blue C M Y K H S L
Decimal 112 79 89 0 0.29 0.21 0.56 341.82 0.17 0.37
Hex 70 4F 59 0 1D 15 38 156 11 25
Octal 160 117 131 0 35 25 70 526 21 45
Binary 1110000 1001111 1011001 0 11101 10101 111000 101010110 10001 100101

Color Harmonies of #704F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704F59

Black with #704F59

Text Example


Text Example

White with #704F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704F59; }

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

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

background-color css

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

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

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

border-color css

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

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

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