Html Css Color HEX #704861 Cosmic

📋 copy color: '#704861'

red 112 ◦ green 72 ◦ blue 97

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

Shades of Cosmic #704861

Tints of Cosmic #704861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 34.52%

R = 39.86%
G = 25.62%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#704861 (or 0x704861) is known color: Cosmic. HEX triplet: 70, 48 and 61. RGB value is (112,72,97). Sum of RGB (Red+Green+Blue) = 112+72+97=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 72 (28.52% from 255 or 25.62% from 281); Blue value is 97 (38.28% from 255 or 34.52% from 281); Max value from RGB is 112 - color contains mainly: red. Hex color #704861 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704861 is #8FB79E. Grayscale: #565656. Windows color (decimal): -9418655 or 6375536. OLE color: 6375536.

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

Color convert

RGB 112 72 97 -
CMYK 0 0.36 0.13 0.56
HSL 322.5º 0.22% 0.36% -
HSV(B) 322.5º 0.36% 0.44% -
XYZ 11.16 8.94 12.45 -
YUV 86.81 133.75 145.97 -
System Red Green Blue C M Y K H S L
Decimal 112 72 97 0 0.36 0.13 0.56 322.5 0.22 0.36
Hex 70 48 61 0 24 D 38 142 16 24
Octal 160 110 141 0 44 15 70 502 26 44
Binary 1110000 1001000 1100001 0 100100 1101 111000 101000010 10110 100100

Color Harmonies of #704861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704861

Black with #704861

Text Example


Text Example

White with #704861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704861; }

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

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

background-color css

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

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

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

border-color css

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

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

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