Html Css Color HEX #705763 Cosmic

📋 copy color: '#705763'

red 112 ◦ green 87 ◦ blue 99

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

Shades of Cosmic #705763

Tints of Cosmic #705763

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.19%

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

R = 37.58%
G = 29.19%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#705763 (or 0x705763) is known color: Cosmic. HEX triplet: 70, 57 and 63. RGB value is (112,87,99). Sum of RGB (Red+Green+Blue) = 112+87+99=298 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.58% from 298); Green value is 87 (34.38% from 255 or 29.19% from 298); Blue value is 99 (39.06% from 255 or 33.22% from 298); Max value from RGB is 112 - color contains mainly: red. Hex color #705763 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705763 is #8FA89C. Grayscale: #5F5F5F. Windows color (decimal): -9414813 or 6510448. OLE color: 6510448.

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

Color convert

RGB 112 87 99 -
CMYK 0 0.22 0.12 0.56
HSL 331.2º 0.13% 0.39% -
HSV(B) 331.2º 0.22% 0.44% -
XYZ 12.34 11.16 13.31 -
YUV 95.84 129.78 139.52 -
System Red Green Blue C M Y K H S L
Decimal 112 87 99 0 0.22 0.12 0.56 331.2 0.13 0.39
Hex 70 57 63 0 16 C 38 14B D 27
Octal 160 127 143 0 26 14 70 513 15 47
Binary 1110000 1010111 1100011 0 10110 1100 111000 101001011 1101 100111

Color Harmonies of #705763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705763

Black with #705763

Text Example


Text Example

White with #705763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705763; }

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

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

background-color css

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

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

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

border-color css

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

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

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