Html Css Color HEX #704E64 Cosmic

📋 copy color: '#704E64'

red 112 ◦ green 78 ◦ blue 100

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

Shades of Cosmic #704E64

Tints of Cosmic #704E64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 34.48%

R = 38.62%
G = 26.9%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#704E64 (or 0x704E64) is known color: Cosmic. HEX triplet: 70, 4E and 64. RGB value is (112,78,100). Sum of RGB (Red+Green+Blue) = 112+78+100=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 78 (30.86% from 255 or 26.90% from 290); Blue value is 100 (39.45% from 255 or 34.48% from 290); Max value from RGB is 112 - color contains mainly: red. Hex color #704E64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704E64 is #8FB19B. Grayscale: #5A5A5A. Windows color (decimal): -9417116 or 6573680. OLE color: 6573680.

HSL color Cylindrical-coordinate representation of color #704E64: hue angle of 321.18º 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 #704E64 is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 78 100 -
CMYK 0 0.30 0.11 0.56
HSL 321.18º 0.18% 0.37% -
HSV(B) 321.18º 0.3% 0.44% -
XYZ 11.71 9.81 13.33 -
YUV 90.67 133.26 143.21 -
System Red Green Blue C M Y K H S L
Decimal 112 78 100 0 0.30 0.11 0.56 321.18 0.18 0.37
Hex 70 4E 64 0 1E B 38 141 12 25
Octal 160 116 144 0 36 13 70 501 22 45
Binary 1110000 1001110 1100100 0 11110 1011 111000 101000001 10010 100101

Color Harmonies of #704E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704E64

Black with #704E64

Text Example


Text Example

White with #704E64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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