Html Css Color HEX #704F5E Cosmic

📋 copy color: '#704F5E'

red 112 ◦ green 79 ◦ blue 94

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

Shades of Cosmic #704F5E

Tints of Cosmic #704F5E

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.72%

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

R = 39.3%
G = 27.72%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#704F5E (or 0x704F5E) is known color: Cosmic. HEX triplet: 70, 4F and 5E. RGB value is (112,79,94). Sum of RGB (Red+Green+Blue) = 112+79+94=285 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.30% from 285); Green value is 79 (31.25% from 255 or 27.72% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 112 - color contains mainly: red. Hex color #704F5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704F5E is #8FB0A1. Grayscale: #5A5A5A. Windows color (decimal): -9416866 or 6180720. OLE color: 6180720.

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

Color convert

RGB 112 79 94 -
CMYK 0 0.29 0.16 0.56
HSL 332.73º 0.17% 0.37% -
HSV(B) 332.73º 0.29% 0.44% -
XYZ 11.5 9.84 11.88 -
YUV 90.58 129.93 143.28 -
System Red Green Blue C M Y K H S L
Decimal 112 79 94 0 0.29 0.16 0.56 332.73 0.17 0.37
Hex 70 4F 5E 0 1D 10 38 14D 11 25
Octal 160 117 136 0 35 20 70 515 21 45
Binary 1110000 1001111 1011110 0 11101 10000 111000 101001101 10001 100101

Color Harmonies of #704F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704F5E

Black with #704F5E

Text Example


Text Example

White with #704F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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