Html Css Color HEX #704E63 Cosmic

📋 copy color: '#704E63'

red 112 ◦ green 78 ◦ blue 99

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

Shades of Cosmic #704E63

Tints of Cosmic #704E63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 34.26%

R = 38.75%
G = 26.99%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#704E63 (or 0x704E63) is known color: Cosmic. HEX triplet: 70, 4E and 63. RGB value is (112,78,99). Sum of RGB (Red+Green+Blue) = 112+78+99=289 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.75% from 289); Green value is 78 (30.86% from 255 or 26.99% from 289); Blue value is 99 (39.06% from 255 or 34.26% from 289); Max value from RGB is 112 - color contains mainly: red. Hex color #704E63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704E63 is #8FB19C. Grayscale: #5A5A5A. Windows color (decimal): -9417117 or 6508144. OLE color: 6508144.

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

Color convert

RGB 112 78 99 -
CMYK 0 0.30 0.12 0.56
HSL 322.94º 0.18% 0.37% -
HSV(B) 322.94º 0.3% 0.44% -
XYZ 11.66 9.79 13.08 -
YUV 90.56 132.76 143.29 -
System Red Green Blue C M Y K H S L
Decimal 112 78 99 0 0.30 0.12 0.56 322.94 0.18 0.37
Hex 70 4E 63 0 1E C 38 143 12 25
Octal 160 116 143 0 36 14 70 503 22 45
Binary 1110000 1001110 1100011 0 11110 1100 111000 101000011 10010 100101

Color Harmonies of #704E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704E63

Black with #704E63

Text Example


Text Example

White with #704E63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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