Html Css Color HEX #704E62 Cosmic

📋 copy color: '#704E62'

red 112 ◦ green 78 ◦ blue 98

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

Shades of Cosmic #704E62

Tints of Cosmic #704E62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 34.03%

R = 38.89%
G = 27.08%
B = 34.03%

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

#704E62 (or 0x704E62) is known color: Cosmic. HEX triplet: 70, 4E and 62. RGB value is (112,78,98). Sum of RGB (Red+Green+Blue) = 112+78+98=288 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.89% from 288); Green value is 78 (30.86% from 255 or 27.08% from 288); Blue value is 98 (38.67% from 255 or 34.03% from 288); Max value from RGB is 112 - color contains mainly: red. Hex color #704E62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704E62 is #8FB19D. Grayscale: #5A5A5A. Windows color (decimal): -9417118 or 6442608. OLE color: 6442608.

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

Color convert

RGB 112 78 98 -
CMYK 0 0.30 0.13 0.56
HSL 324.71º 0.18% 0.37% -
HSV(B) 324.71º 0.3% 0.44% -
XYZ 11.61 9.78 12.83 -
YUV 90.45 132.26 143.37 -
System Red Green Blue C M Y K H S L
Decimal 112 78 98 0 0.30 0.13 0.56 324.71 0.18 0.37
Hex 70 4E 62 0 1E D 38 145 12 25
Octal 160 116 142 0 36 15 70 505 22 45
Binary 1110000 1001110 1100010 0 11110 1101 111000 101000101 10010 100101

Color Harmonies of #704E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704E62

Black with #704E62

Text Example


Text Example

White with #704E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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