Html Css Color HEX #704E5B Cosmic

📋 copy color: '#704E5B'

red 112 ◦ green 78 ◦ blue 91

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

Shades of Cosmic #704E5B

Tints of Cosmic #704E5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 32.38%

R = 39.86%
G = 27.76%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#704E5B (or 0x704E5B) is known color: Cosmic. HEX triplet: 70, 4E and 5B. RGB value is (112,78,91). Sum of RGB (Red+Green+Blue) = 112+78+91=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 78 (30.86% from 255 or 27.76% from 281); Blue value is 91 (35.94% from 255 or 32.38% from 281); Max value from RGB is 112 - color contains mainly: red. Hex color #704E5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704E5B is #8FB1A4. Grayscale: #595959. Windows color (decimal): -9417125 or 5983856. OLE color: 5983856.

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

Color convert

RGB 112 78 91 -
CMYK 0 0.30 0.19 0.56
HSL 337.06º 0.18% 0.37% -
HSV(B) 337.06º 0.3% 0.44% -
XYZ 11.29 9.65 11.16 -
YUV 89.65 128.76 143.94 -
System Red Green Blue C M Y K H S L
Decimal 112 78 91 0 0.30 0.19 0.56 337.06 0.18 0.37
Hex 70 4E 5B 0 1E 13 38 151 12 25
Octal 160 116 133 0 36 23 70 521 22 45
Binary 1110000 1001110 1011011 0 11110 10011 111000 101010001 10010 100101

Color Harmonies of #704E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704E5B

Black with #704E5B

Text Example


Text Example

White with #704E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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