Html Css Color HEX #705363 Cosmic

📋 copy color: '#705363'

red 112 ◦ green 83 ◦ blue 99

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

Shades of Cosmic #705363

Tints of Cosmic #705363

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.23%

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

R = 38.1%
G = 28.23%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#705363 (or 0x705363) is known color: Cosmic. HEX triplet: 70, 53 and 63. RGB value is (112,83,99). Sum of RGB (Red+Green+Blue) = 112+83+99=294 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.10% from 294); Green value is 83 (32.81% from 255 or 28.23% from 294); Blue value is 99 (39.06% from 255 or 33.67% from 294); Max value from RGB is 112 - color contains mainly: red. Hex color #705363 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705363 is #8FAC9C. Grayscale: #5D5D5D. Windows color (decimal): -9415837 or 6509424. OLE color: 6509424.

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

Color convert

RGB 112 83 99 -
CMYK 0 0.26 0.12 0.56
HSL 326.9º 0.15% 0.38% -
HSV(B) 326.9º 0.26% 0.44% -
XYZ 12.03 10.53 13.2 -
YUV 93.5 131.11 141.2 -
System Red Green Blue C M Y K H S L
Decimal 112 83 99 0 0.26 0.12 0.56 326.9 0.15 0.38
Hex 70 53 63 0 1A C 38 147 F 26
Octal 160 123 143 0 32 14 70 507 17 46
Binary 1110000 1010011 1100011 0 11010 1100 111000 101000111 1111 100110

Color Harmonies of #705363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705363

Black with #705363

Text Example


Text Example

White with #705363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705363; }

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

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

background-color css

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

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

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

border-color css

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

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

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