Html Css Color HEX #704862 Cosmic

📋 copy color: '#704862'

red 112 ◦ green 72 ◦ blue 98

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

Shades of Cosmic #704862

Tints of Cosmic #704862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 34.75%

R = 39.72%
G = 25.53%
B = 34.75%

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

#704862 (or 0x704862) is known color: Cosmic. HEX triplet: 70, 48 and 62. RGB value is (112,72,98). Sum of RGB (Red+Green+Blue) = 112+72+98=282 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.72% from 282); Green value is 72 (28.52% from 255 or 25.53% from 282); Blue value is 98 (38.67% from 255 or 34.75% from 282); Max value from RGB is 112 - color contains mainly: red. Hex color #704862 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704862 is #8FB79D. Grayscale: #565656. Windows color (decimal): -9418654 or 6441072. OLE color: 6441072.

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

Color convert

RGB 112 72 98 -
CMYK 0 0.36 0.13 0.56
HSL 321º 0.22% 0.36% -
HSV(B) 321º 0.36% 0.44% -
XYZ 11.2 8.96 12.69 -
YUV 86.92 134.25 145.89 -
System Red Green Blue C M Y K H S L
Decimal 112 72 98 0 0.36 0.13 0.56 321 0.22 0.36
Hex 70 48 62 0 24 D 38 141 16 24
Octal 160 110 142 0 44 15 70 501 26 44
Binary 1110000 1001000 1100010 0 100100 1101 111000 101000001 10110 100100

Color Harmonies of #704862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704862

Black with #704862

Text Example


Text Example

White with #704862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704862; }

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

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

background-color css

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

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

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

border-color css

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

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

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