Html Css Color HEX #704E60 Cosmic

📋 copy color: '#704E60'

red 112 ◦ green 78 ◦ blue 96

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

Shades of Cosmic #704E60

Tints of Cosmic #704E60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 33.57%

R = 39.16%
G = 27.27%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#704E60 (or 0x704E60) is known color: Cosmic. HEX triplet: 70, 4E and 60. RGB value is (112,78,96). Sum of RGB (Red+Green+Blue) = 112+78+96=286 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.16% from 286); Green value is 78 (30.86% from 255 or 27.27% from 286); Blue value is 96 (37.89% from 255 or 33.57% from 286); Max value from RGB is 112 - color contains mainly: red. Hex color #704E60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704E60 is #8FB19F. Grayscale: #5A5A5A. Windows color (decimal): -9417120 or 6311536. OLE color: 6311536.

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

Color convert

RGB 112 78 96 -
CMYK 0 0.30 0.14 0.56
HSL 328.24º 0.18% 0.37% -
HSV(B) 328.24º 0.3% 0.44% -
XYZ 11.52 9.74 12.34 -
YUV 90.22 131.26 143.54 -
System Red Green Blue C M Y K H S L
Decimal 112 78 96 0 0.30 0.14 0.56 328.24 0.18 0.37
Hex 70 4E 60 0 1E E 38 148 12 25
Octal 160 116 140 0 36 16 70 510 22 45
Binary 1110000 1001110 1100000 0 11110 1110 111000 101001000 10010 100101

Color Harmonies of #704E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704E60

Black with #704E60

Text Example


Text Example

White with #704E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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