Html Css Color HEX #704864 Cosmic

📋 copy color: '#704864'

red 112 ◦ green 72 ◦ blue 100

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

Shades of Cosmic #704864

Tints of Cosmic #704864

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.35%

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

R = 39.44%
G = 25.35%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#704864 (or 0x704864) is known color: Cosmic. HEX triplet: 70, 48 and 64. RGB value is (112,72,100). Sum of RGB (Red+Green+Blue) = 112+72+100=284 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.44% from 284); Green value is 72 (28.52% from 255 or 25.35% from 284); Blue value is 100 (39.45% from 255 or 35.21% from 284); Max value from RGB is 112 - color contains mainly: red. Hex color #704864 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704864 is #8FB79B. Grayscale: #575757. Windows color (decimal): -9418652 or 6572144. OLE color: 6572144.

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

Color convert

RGB 112 72 100 -
CMYK 0 0.36 0.11 0.56
HSL 318º 0.22% 0.36% -
HSV(B) 318º 0.36% 0.44% -
XYZ 11.3 9 13.2 -
YUV 87.15 135.25 145.72 -
System Red Green Blue C M Y K H S L
Decimal 112 72 100 0 0.36 0.11 0.56 318 0.22 0.36
Hex 70 48 64 0 24 B 38 13E 16 24
Octal 160 110 144 0 44 13 70 476 26 44
Binary 1110000 1001000 1100100 0 100100 1011 111000 100111110 10110 100100

Color Harmonies of #704864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704864

Black with #704864

Text Example


Text Example

White with #704864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704864; }

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

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

background-color css

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

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

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

border-color css

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

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

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