Html Css Color HEX #704D5C Cosmic

📋 copy color: '#704D5C'

red 112 ◦ green 77 ◦ blue 92

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

Shades of Cosmic #704D5C

Tints of Cosmic #704D5C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.4%

 BLUE value IS 92 (36.33% from 255) = 32.74%

R = 39.86%
G = 27.4%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#704D5C (or 0x704D5C) is known color: Cosmic. HEX triplet: 70, 4D and 5C. RGB value is (112,77,92). Sum of RGB (Red+Green+Blue) = 112+77+92=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 77 (30.47% from 255 or 27.40% from 281); Blue value is 92 (36.33% from 255 or 32.74% from 281); Max value from RGB is 112 - color contains mainly: red. Hex color #704D5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704D5C is #8FB2A3. Grayscale: #595959. Windows color (decimal): -9417380 or 6049136. OLE color: 6049136.

HSL color Cylindrical-coordinate representation of color #704D5C: hue angle of 334.29º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #704D5C is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 77 92 -
CMYK 0 0.31 0.18 0.56
HSL 334.29º 0.19% 0.37% -
HSV(B) 334.29º 0.31% 0.44% -
XYZ 11.27 9.53 11.37 -
YUV 89.18 129.6 144.28 -
System Red Green Blue C M Y K H S L
Decimal 112 77 92 0 0.31 0.18 0.56 334.29 0.19 0.37
Hex 70 4D 5C 0 1F 12 38 14E 13 25
Octal 160 115 134 0 37 22 70 516 23 45
Binary 1110000 1001101 1011100 0 11111 10010 111000 101001110 10011 100101

Color Harmonies of #704D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704D5C

Black with #704D5C

Text Example


Text Example

White with #704D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,77,92); }

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

background-color css

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

 a { background-color: rgb(112,77,92); }

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

border-color css

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

 span { border-color: rgb(112,77,92); }

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