Html Css Color HEX #704E5D Cosmic

📋 copy color: '#704E5D'

red 112 ◦ green 78 ◦ blue 93

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

Shades of Cosmic #704E5D

Tints of Cosmic #704E5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 32.86%

R = 39.58%
G = 27.56%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#704E5D (or 0x704E5D) is known color: Cosmic. HEX triplet: 70, 4E and 5D. RGB value is (112,78,93). Sum of RGB (Red+Green+Blue) = 112+78+93=283 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.58% from 283); Green value is 78 (30.86% from 255 or 27.56% from 283); Blue value is 93 (36.72% from 255 or 32.86% from 283); Max value from RGB is 112 - color contains mainly: red. Hex color #704E5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704E5D is #8FB1A2. Grayscale: #595959. Windows color (decimal): -9417123 or 6114928. OLE color: 6114928.

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

Color convert

RGB 112 78 93 -
CMYK 0 0.30 0.17 0.56
HSL 333.53º 0.18% 0.37% -
HSV(B) 333.53º 0.3% 0.44% -
XYZ 11.38 9.68 11.63 -
YUV 89.88 129.76 143.78 -
System Red Green Blue C M Y K H S L
Decimal 112 78 93 0 0.30 0.17 0.56 333.53 0.18 0.37
Hex 70 4E 5D 0 1E 11 38 14E 12 25
Octal 160 116 135 0 36 21 70 516 22 45
Binary 1110000 1001110 1011101 0 11110 10001 111000 101001110 10010 100101

Color Harmonies of #704E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704E5D

Black with #704E5D

Text Example


Text Example

White with #704E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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