Html Css Color HEX #704562 Cosmic

📋 copy color: '#704562'

red 112 ◦ green 69 ◦ blue 98

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

Shades of Cosmic #704562

Tints of Cosmic #704562

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.73%

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

R = 40.14%
G = 24.73%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#704562 (or 0x704562) is known color: Cosmic. HEX triplet: 70, 45 and 62. RGB value is (112,69,98). Sum of RGB (Red+Green+Blue) = 112+69+98=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 69 (27.34% from 255 or 24.73% from 279); Blue value is 98 (38.67% from 255 or 35.13% from 279); Max value from RGB is 112 - color contains mainly: red. Hex color #704562 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704562 is #8FBA9D. Grayscale: #555555. Windows color (decimal): -9419422 or 6440304. OLE color: 6440304.

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

Color convert

RGB 112 69 98 -
CMYK 0 0.38 0.13 0.56
HSL 319.53º 0.24% 0.35% -
HSV(B) 319.53º 0.38% 0.44% -
XYZ 11.01 8.58 12.63 -
YUV 85.16 135.25 147.14 -
System Red Green Blue C M Y K H S L
Decimal 112 69 98 0 0.38 0.13 0.56 319.53 0.24 0.35
Hex 70 45 62 0 26 D 38 140 18 23
Octal 160 105 142 0 46 15 70 500 30 43
Binary 1110000 1000101 1100010 0 100110 1101 111000 101000000 11000 100011

Color Harmonies of #704562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704562

Black with #704562

Text Example


Text Example

White with #704562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704562; }

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

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

background-color css

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

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

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

border-color css

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

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

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