Html Css Color HEX #704062 Cosmic

📋 copy color: '#704062'

red 112 ◦ green 64 ◦ blue 98

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

Shades of Cosmic #704062

Tints of Cosmic #704062

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.36%

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

R = 40.88%
G = 23.36%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#704062 (or 0x704062) is known color: Cosmic. HEX triplet: 70, 40 and 62. RGB value is (112,64,98). Sum of RGB (Red+Green+Blue) = 112+64+98=274 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.88% from 274); Green value is 64 (25.39% from 255 or 23.36% from 274); Blue value is 98 (38.67% from 255 or 35.77% from 274); Max value from RGB is 112 - color contains mainly: red. Hex color #704062 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704062 is #8FBF9D. Grayscale: #525252. Windows color (decimal): -9420702 or 6439024. OLE color: 6439024.

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

Color convert

RGB 112 64 98 -
CMYK 0 0.43 0.13 0.56
HSL 317.5º 0.27% 0.35% -
HSV(B) 317.5º 0.43% 0.44% -
XYZ 10.72 7.99 12.53 -
YUV 82.23 136.9 149.24 -
System Red Green Blue C M Y K H S L
Decimal 112 64 98 0 0.43 0.13 0.56 317.5 0.27 0.35
Hex 70 40 62 0 2B D 38 13E 1B 23
Octal 160 100 142 0 53 15 70 476 33 43
Binary 1110000 1000000 1100010 0 101011 1101 111000 100111110 11011 100011

Color Harmonies of #704062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704062

Black with #704062

Text Example


Text Example

White with #704062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704062; }

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

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

background-color css

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

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

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

border-color css

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

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

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