Html Css Color HEX #704E61 Cosmic

📋 copy color: '#704E61'

red 112 ◦ green 78 ◦ blue 97

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

Shades of Cosmic #704E61

Tints of Cosmic #704E61

RGB

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

 GREEN value IS 78 (30.86% from 255) = 27.18%

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

R = 39.02%
G = 27.18%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#704E61 (or 0x704E61) is known color: Cosmic. HEX triplet: 70, 4E and 61. RGB value is (112,78,97). Sum of RGB (Red+Green+Blue) = 112+78+97=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 78 (30.86% from 255 or 27.18% from 287); Blue value is 97 (38.28% from 255 or 33.80% from 287); Max value from RGB is 112 - color contains mainly: red. Hex color #704E61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704E61 is #8FB19E. Grayscale: #5A5A5A. Windows color (decimal): -9417119 or 6377072. OLE color: 6377072.

HSL color Cylindrical-coordinate representation of color #704E61: hue angle of 326.47º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #704E61 is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 78 97 -
CMYK 0 0.30 0.13 0.56
HSL 326.47º 0.18% 0.37% -
HSV(B) 326.47º 0.3% 0.44% -
XYZ 11.56 9.76 12.58 -
YUV 90.33 131.76 143.46 -
System Red Green Blue C M Y K H S L
Decimal 112 78 97 0 0.30 0.13 0.56 326.47 0.18 0.37
Hex 70 4E 61 0 1E D 38 146 12 25
Octal 160 116 141 0 36 15 70 506 22 45
Binary 1110000 1001110 1100001 0 11110 1101 111000 101000110 10010 100101

Color Harmonies of #704E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704E61

Black with #704E61

Text Example


Text Example

White with #704E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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