Html Css Color HEX #704964 Cosmic

📋 copy color: '#704964'

red 112 ◦ green 73 ◦ blue 100

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

Shades of Cosmic #704964

Tints of Cosmic #704964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 35.09%

R = 39.3%
G = 25.61%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#704964 (or 0x704964) is known color: Cosmic. HEX triplet: 70, 49 and 64. RGB value is (112,73,100). Sum of RGB (Red+Green+Blue) = 112+73+100=285 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.30% from 285); Green value is 73 (28.91% from 255 or 25.61% from 285); Blue value is 100 (39.45% from 255 or 35.09% from 285); Max value from RGB is 112 - color contains mainly: red. Hex color #704964 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704964 is #8FB69B. Grayscale: #575757. Windows color (decimal): -9418396 or 6572400. OLE color: 6572400.

HSL color Cylindrical-coordinate representation of color #704964: hue angle of 318.46º 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 #704964 is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 73 100 -
CMYK 0 0.35 0.11 0.56
HSL 318.46º 0.21% 0.36% -
HSV(B) 318.46º 0.35% 0.44% -
XYZ 11.36 9.13 13.22 -
YUV 87.74 134.92 145.3 -
System Red Green Blue C M Y K H S L
Decimal 112 73 100 0 0.35 0.11 0.56 318.46 0.21 0.36
Hex 70 49 64 0 23 B 38 13E 15 24
Octal 160 111 144 0 43 13 70 476 25 44
Binary 1110000 1001001 1100100 0 100011 1011 111000 100111110 10101 100100

Color Harmonies of #704964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704964

Black with #704964

Text Example


Text Example

White with #704964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704964; }

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

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

background-color css

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

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

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

border-color css

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

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

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