Html Css Color HEX #704C61 Cosmic

📋 copy color: '#704C61'

red 112 ◦ green 76 ◦ blue 97

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

Shades of Cosmic #704C61

Tints of Cosmic #704C61

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.67%

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

R = 39.3%
G = 26.67%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#704C61 (or 0x704C61) is known color: Cosmic. HEX triplet: 70, 4C and 61. RGB value is (112,76,97). Sum of RGB (Red+Green+Blue) = 112+76+97=285 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.30% from 285); Green value is 76 (30.08% from 255 or 26.67% from 285); Blue value is 97 (38.28% from 255 or 34.04% from 285); Max value from RGB is 112 - color contains mainly: red. Hex color #704C61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704C61 is #8FB39E. Grayscale: #595959. Windows color (decimal): -9417631 or 6376560. OLE color: 6376560.

HSL color Cylindrical-coordinate representation of color #704C61: hue angle of 325º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #704C61 is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 76 97 -
CMYK 0 0.32 0.13 0.56
HSL 325º 0.19% 0.37% -
HSV(B) 325º 0.32% 0.44% -
XYZ 11.42 9.48 12.54 -
YUV 89.16 132.43 144.29 -
System Red Green Blue C M Y K H S L
Decimal 112 76 97 0 0.32 0.13 0.56 325 0.19 0.37
Hex 70 4C 61 0 20 D 38 145 13 25
Octal 160 114 141 0 40 15 70 505 23 45
Binary 1110000 1001100 1100001 0 100000 1101 111000 101000101 10011 100101

Color Harmonies of #704C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704C61

Black with #704C61

Text Example


Text Example

White with #704C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704C61; }

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

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

background-color css

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

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

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

border-color css

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

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

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