Html Css Color HEX #704763 Cosmic

📋 copy color: '#704763'

red 112 ◦ green 71 ◦ blue 99

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

Shades of Cosmic #704763

Tints of Cosmic #704763

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.18%

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

R = 39.72%
G = 25.18%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#704763 (or 0x704763) is known color: Cosmic. HEX triplet: 70, 47 and 63. RGB value is (112,71,99). Sum of RGB (Red+Green+Blue) = 112+71+99=282 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.72% from 282); Green value is 71 (28.12% from 255 or 25.18% from 282); Blue value is 99 (39.06% from 255 or 35.11% from 282); Max value from RGB is 112 - color contains mainly: red. Hex color #704763 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704763 is #8FB89C. Grayscale: #565656. Windows color (decimal): -9418909 or 6506352. OLE color: 6506352.

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

Color convert

RGB 112 71 99 -
CMYK 0 0.37 0.12 0.56
HSL 319.02º 0.22% 0.36% -
HSV(B) 319.02º 0.37% 0.44% -
XYZ 11.19 8.85 12.92 -
YUV 86.45 135.08 146.22 -
System Red Green Blue C M Y K H S L
Decimal 112 71 99 0 0.37 0.12 0.56 319.02 0.22 0.36
Hex 70 47 63 0 25 C 38 13F 16 24
Octal 160 107 143 0 45 14 70 477 26 44
Binary 1110000 1000111 1100011 0 100101 1100 111000 100111111 10110 100100

Color Harmonies of #704763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704763

Black with #704763

Text Example


Text Example

White with #704763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704763; }

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

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

background-color css

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

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

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

border-color css

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

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

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