Html Css Color HEX #704F61 Cosmic

📋 copy color: '#704F61'

red 112 ◦ green 79 ◦ blue 97

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

Shades of Cosmic #704F61

Tints of Cosmic #704F61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 33.68%

R = 38.89%
G = 27.43%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#704F61 (or 0x704F61) is known color: Cosmic. HEX triplet: 70, 4F and 61. RGB value is (112,79,97). Sum of RGB (Red+Green+Blue) = 112+79+97=288 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.89% from 288); Green value is 79 (31.25% from 255 or 27.43% from 288); Blue value is 97 (38.28% from 255 or 33.68% from 288); Max value from RGB is 112 - color contains mainly: red. Hex color #704F61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704F61 is #8FB09E. Grayscale: #5A5A5A. Windows color (decimal): -9416863 or 6377328. OLE color: 6377328.

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

Color convert

RGB 112 79 97 -
CMYK 0 0.29 0.13 0.56
HSL 327.27º 0.17% 0.37% -
HSV(B) 327.27º 0.29% 0.44% -
XYZ 11.64 9.9 12.61 -
YUV 90.92 131.43 143.04 -
System Red Green Blue C M Y K H S L
Decimal 112 79 97 0 0.29 0.13 0.56 327.27 0.17 0.37
Hex 70 4F 61 0 1D D 38 147 11 25
Octal 160 117 141 0 35 15 70 507 21 45
Binary 1110000 1001111 1100001 0 11101 1101 111000 101000111 10001 100101

Color Harmonies of #704F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704F61

Black with #704F61

Text Example


Text Example

White with #704F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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