Html Css Color HEX #704F63 Cosmic

📋 copy color: '#704F63'

red 112 ◦ green 79 ◦ blue 99

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

Shades of Cosmic #704F63

Tints of Cosmic #704F63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 34.14%

R = 38.62%
G = 27.24%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#704F63 (or 0x704F63) is known color: Cosmic. HEX triplet: 70, 4F and 63. RGB value is (112,79,99). Sum of RGB (Red+Green+Blue) = 112+79+99=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 79 (31.25% from 255 or 27.24% from 290); Blue value is 99 (39.06% from 255 or 34.14% from 290); Max value from RGB is 112 - color contains mainly: red. Hex color #704F63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704F63 is #8FB09C. Grayscale: #5B5B5B. Windows color (decimal): -9416861 or 6508400. OLE color: 6508400.

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

Color convert

RGB 112 79 99 -
CMYK 0 0.29 0.12 0.56
HSL 323.64º 0.17% 0.37% -
HSV(B) 323.64º 0.29% 0.44% -
XYZ 11.73 9.94 13.1 -
YUV 91.15 132.43 142.87 -
System Red Green Blue C M Y K H S L
Decimal 112 79 99 0 0.29 0.12 0.56 323.64 0.17 0.37
Hex 70 4F 63 0 1D C 38 144 11 25
Octal 160 117 143 0 35 14 70 504 21 45
Binary 1110000 1001111 1100011 0 11101 1100 111000 101000100 10001 100101

Color Harmonies of #704F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704F63

Black with #704F63

Text Example


Text Example

White with #704F63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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