Html Css Color HEX #704C62 Cosmic

📋 copy color: '#704C62'

red 112 ◦ green 76 ◦ blue 98

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

Shades of Cosmic #704C62

Tints of Cosmic #704C62

RGB

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

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

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

R = 39.16%
G = 26.57%
B = 34.27%

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

#704C62 (or 0x704C62) is known color: Cosmic. HEX triplet: 70, 4C and 62. RGB value is (112,76,98). Sum of RGB (Red+Green+Blue) = 112+76+98=286 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.16% from 286); Green value is 76 (30.08% from 255 or 26.57% from 286); Blue value is 98 (38.67% from 255 or 34.27% from 286); Max value from RGB is 112 - color contains mainly: red. Hex color #704C62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704C62 is #8FB39D. Grayscale: #595959. Windows color (decimal): -9417630 or 6442096. OLE color: 6442096.

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

Color convert

RGB 112 76 98 -
CMYK 0 0.32 0.13 0.56
HSL 323.33º 0.19% 0.37% -
HSV(B) 323.33º 0.32% 0.44% -
XYZ 11.47 9.5 12.78 -
YUV 89.27 132.93 144.21 -
System Red Green Blue C M Y K H S L
Decimal 112 76 98 0 0.32 0.13 0.56 323.33 0.19 0.37
Hex 70 4C 62 0 20 D 38 143 13 25
Octal 160 114 142 0 40 15 70 503 23 45
Binary 1110000 1001100 1100010 0 100000 1101 111000 101000011 10011 100101

Color Harmonies of #704C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704C62

Black with #704C62

Text Example


Text Example

White with #704C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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