Html Css Color HEX #704261 Cosmic

📋 copy color: '#704261'

red 112 ◦ green 66 ◦ blue 97

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

Shades of Cosmic #704261

Tints of Cosmic #704261

RGB

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

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

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

R = 40.73%
G = 24%
B = 35.27%

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

#704261 (or 0x704261) is known color: Cosmic. HEX triplet: 70, 42 and 61. RGB value is (112,66,97). Sum of RGB (Red+Green+Blue) = 112+66+97=275 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.73% from 275); Green value is 66 (26.17% from 255 or 24% from 275); Blue value is 97 (38.28% from 255 or 35.27% from 275); Max value from RGB is 112 - color contains mainly: red. Hex color #704261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704261 is #8FBD9E. Grayscale: #535353. Windows color (decimal): -9420191 or 6374000. OLE color: 6374000.

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

Color convert

RGB 112 66 97 -
CMYK 0 0.41 0.13 0.56
HSL 319.57º 0.26% 0.35% -
HSV(B) 319.57º 0.41% 0.44% -
XYZ 10.79 8.2 12.32 -
YUV 83.29 135.74 148.48 -
System Red Green Blue C M Y K H S L
Decimal 112 66 97 0 0.41 0.13 0.56 319.57 0.26 0.35
Hex 70 42 61 0 29 D 38 140 1A 23
Octal 160 102 141 0 51 15 70 500 32 43
Binary 1110000 1000010 1100001 0 101001 1101 111000 101000000 11010 100011

Color Harmonies of #704261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704261

Black with #704261

Text Example


Text Example

White with #704261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704261; }

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

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

background-color css

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

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

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

border-color css

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

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

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