Html Css Color HEX #704E5E Cosmic

📋 copy color: '#704E5E'

red 112 ◦ green 78 ◦ blue 94

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

Shades of Cosmic #704E5E

Tints of Cosmic #704E5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 33.1%

R = 39.44%
G = 27.46%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#704E5E (or 0x704E5E) is known color: Cosmic. HEX triplet: 70, 4E and 5E. RGB value is (112,78,94). Sum of RGB (Red+Green+Blue) = 112+78+94=284 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.44% from 284); Green value is 78 (30.86% from 255 or 27.46% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 112 - color contains mainly: red. Hex color #704E5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704E5E is #8FB1A1. Grayscale: #595959. Windows color (decimal): -9417122 or 6180464. OLE color: 6180464.

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

Color convert

RGB 112 78 94 -
CMYK 0 0.30 0.16 0.56
HSL 331.76º 0.18% 0.37% -
HSV(B) 331.76º 0.3% 0.44% -
XYZ 11.43 9.7 11.86 -
YUV 89.99 130.26 143.7 -
System Red Green Blue C M Y K H S L
Decimal 112 78 94 0 0.30 0.16 0.56 331.76 0.18 0.37
Hex 70 4E 5E 0 1E 10 38 14C 12 25
Octal 160 116 136 0 36 20 70 514 22 45
Binary 1110000 1001110 1011110 0 11110 10000 111000 101001100 10010 100101

Color Harmonies of #704E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704E5E

Black with #704E5E

Text Example


Text Example

White with #704E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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