Html Css Color HEX #704262 Cosmic

📋 copy color: '#704262'

red 112 ◦ green 66 ◦ blue 98

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

Shades of Cosmic #704262

Tints of Cosmic #704262

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.91%

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

R = 40.58%
G = 23.91%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#704262 (or 0x704262) is known color: Cosmic. HEX triplet: 70, 42 and 62. RGB value is (112,66,98). Sum of RGB (Red+Green+Blue) = 112+66+98=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 66 (26.17% from 255 or 23.91% from 276); Blue value is 98 (38.67% from 255 or 35.51% from 276); Max value from RGB is 112 - color contains mainly: red. Hex color #704262 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704262 is #8FBD9D. Grayscale: #535353. Windows color (decimal): -9420190 or 6439536. OLE color: 6439536.

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

Color convert

RGB 112 66 98 -
CMYK 0 0.41 0.13 0.56
HSL 318.26º 0.26% 0.35% -
HSV(B) 318.26º 0.41% 0.44% -
XYZ 10.83 8.22 12.57 -
YUV 83.4 136.24 148.4 -
System Red Green Blue C M Y K H S L
Decimal 112 66 98 0 0.41 0.13 0.56 318.26 0.26 0.35
Hex 70 42 62 0 29 D 38 13E 1A 23
Octal 160 102 142 0 51 15 70 476 32 43
Binary 1110000 1000010 1100010 0 101001 1101 111000 100111110 11010 100011

Color Harmonies of #704262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704262

Black with #704262

Text Example


Text Example

White with #704262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704262; }

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

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

background-color css

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

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

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

border-color css

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

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

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