Html Css Color HEX #704961 Cosmic

📋 copy color: '#704961'

red 112 ◦ green 73 ◦ blue 97

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

Shades of Cosmic #704961

Tints of Cosmic #704961

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.89%

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

R = 39.72%
G = 25.89%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#704961 (or 0x704961) is known color: Cosmic. HEX triplet: 70, 49 and 61. RGB value is (112,73,97). Sum of RGB (Red+Green+Blue) = 112+73+97=282 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.72% from 282); Green value is 73 (28.91% from 255 or 25.89% from 282); Blue value is 97 (38.28% from 255 or 34.40% from 282); Max value from RGB is 112 - color contains mainly: red. Hex color #704961 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704961 is #8FB69E. Grayscale: #575757. Windows color (decimal): -9418399 or 6375792. OLE color: 6375792.

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

Color convert

RGB 112 73 97 -
CMYK 0 0.35 0.13 0.56
HSL 323.08º 0.21% 0.36% -
HSV(B) 323.08º 0.35% 0.44% -
XYZ 11.22 9.07 12.47 -
YUV 87.4 133.42 145.55 -
System Red Green Blue C M Y K H S L
Decimal 112 73 97 0 0.35 0.13 0.56 323.08 0.21 0.36
Hex 70 49 61 0 23 D 38 143 15 24
Octal 160 111 141 0 43 15 70 503 25 44
Binary 1110000 1001001 1100001 0 100011 1101 111000 101000011 10101 100100

Color Harmonies of #704961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704961

Black with #704961

Text Example


Text Example

White with #704961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704961; }

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

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

background-color css

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

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

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

border-color css

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

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

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