Html Css Color HEX #704963 Cosmic

📋 copy color: '#704963'

red 112 ◦ green 73 ◦ blue 99

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

Shades of Cosmic #704963

Tints of Cosmic #704963

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.7%

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

R = 39.44%
G = 25.7%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#704963 (or 0x704963) is known color: Cosmic. HEX triplet: 70, 49 and 63. RGB value is (112,73,99). Sum of RGB (Red+Green+Blue) = 112+73+99=284 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.44% from 284); Green value is 73 (28.91% from 255 or 25.70% from 284); Blue value is 99 (39.06% from 255 or 34.86% from 284); Max value from RGB is 112 - color contains mainly: red. Hex color #704963 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704963 is #8FB69C. Grayscale: #575757. Windows color (decimal): -9418397 or 6506864. OLE color: 6506864.

HSL color Cylindrical-coordinate representation of color #704963: hue angle of 320º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #704963 is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 73 99 -
CMYK 0 0.35 0.12 0.56
HSL 320º 0.21% 0.36% -
HSV(B) 320º 0.35% 0.44% -
XYZ 11.32 9.11 12.97 -
YUV 87.63 134.42 145.39 -
System Red Green Blue C M Y K H S L
Decimal 112 73 99 0 0.35 0.12 0.56 320 0.21 0.36
Hex 70 49 63 0 23 C 38 140 15 24
Octal 160 111 143 0 43 14 70 500 25 44
Binary 1110000 1001001 1100011 0 100011 1100 111000 101000000 10101 100100

Color Harmonies of #704963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704963

Black with #704963

Text Example


Text Example

White with #704963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704963; }

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

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

background-color css

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

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

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

border-color css

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

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

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