Html Css Color HEX #704F62 Cosmic

📋 copy color: '#704F62'

red 112 ◦ green 79 ◦ blue 98

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

Shades of Cosmic #704F62

Tints of Cosmic #704F62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 33.91%

R = 38.75%
G = 27.34%
B = 33.91%

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

#704F62 (or 0x704F62) is known color: Cosmic. HEX triplet: 70, 4F and 62. RGB value is (112,79,98). Sum of RGB (Red+Green+Blue) = 112+79+98=289 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.75% from 289); Green value is 79 (31.25% from 255 or 27.34% from 289); Blue value is 98 (38.67% from 255 or 33.91% from 289); Max value from RGB is 112 - color contains mainly: red. Hex color #704F62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704F62 is #8FB09D. Grayscale: #5A5A5A. Windows color (decimal): -9416862 or 6442864. OLE color: 6442864.

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

Color convert

RGB 112 79 98 -
CMYK 0 0.29 0.13 0.56
HSL 325.45º 0.17% 0.37% -
HSV(B) 325.45º 0.29% 0.44% -
XYZ 11.68 9.92 12.85 -
YUV 91.03 131.93 142.96 -
System Red Green Blue C M Y K H S L
Decimal 112 79 98 0 0.29 0.13 0.56 325.45 0.17 0.37
Hex 70 4F 62 0 1D D 38 145 11 25
Octal 160 117 142 0 35 15 70 505 21 45
Binary 1110000 1001111 1100010 0 11101 1101 111000 101000101 10001 100101

Color Harmonies of #704F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704F62

Black with #704F62

Text Example


Text Example

White with #704F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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