Html Css Color HEX #704C63 Cosmic

📋 copy color: '#704C63'

red 112 ◦ green 76 ◦ blue 99

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

Shades of Cosmic #704C63

Tints of Cosmic #704C63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 34.49%

R = 39.02%
G = 26.48%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#704C63 (or 0x704C63) is known color: Cosmic. HEX triplet: 70, 4C and 63. RGB value is (112,76,99). Sum of RGB (Red+Green+Blue) = 112+76+99=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 76 (30.08% from 255 or 26.48% from 287); Blue value is 99 (39.06% from 255 or 34.49% from 287); Max value from RGB is 112 - color contains mainly: red. Hex color #704C63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704C63 is #8FB39C. Grayscale: #595959. Windows color (decimal): -9417629 or 6507632. OLE color: 6507632.

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

Color convert

RGB 112 76 99 -
CMYK 0 0.32 0.12 0.56
HSL 321.67º 0.19% 0.37% -
HSV(B) 321.67º 0.32% 0.44% -
XYZ 11.52 9.51 13.03 -
YUV 89.39 133.43 144.13 -
System Red Green Blue C M Y K H S L
Decimal 112 76 99 0 0.32 0.12 0.56 321.67 0.19 0.37
Hex 70 4C 63 0 20 C 38 142 13 25
Octal 160 114 143 0 40 14 70 502 23 45
Binary 1110000 1001100 1100011 0 100000 1100 111000 101000010 10011 100101

Color Harmonies of #704C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704C63

Black with #704C63

Text Example


Text Example

White with #704C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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