Html Css Color HEX #705663 Cosmic

📋 copy color: '#705663'

red 112 ◦ green 86 ◦ blue 99

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

Shades of Cosmic #705663

Tints of Cosmic #705663

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.96%

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

R = 37.71%
G = 28.96%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#705663 (or 0x705663) is known color: Cosmic. HEX triplet: 70, 56 and 63. RGB value is (112,86,99). Sum of RGB (Red+Green+Blue) = 112+86+99=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 86 (33.98% from 255 or 28.96% from 297); Blue value is 99 (39.06% from 255 or 33.33% from 297); Max value from RGB is 112 - color contains mainly: red. Hex color #705663 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705663 is #8FA99C. Grayscale: #5F5F5F. Windows color (decimal): -9415069 or 6510192. OLE color: 6510192.

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

Color convert

RGB 112 86 99 -
CMYK 0 0.23 0.12 0.56
HSL 330º 0.13% 0.39% -
HSV(B) 330º 0.23% 0.44% -
XYZ 12.26 11 13.28 -
YUV 95.26 130.11 139.94 -
System Red Green Blue C M Y K H S L
Decimal 112 86 99 0 0.23 0.12 0.56 330 0.13 0.39
Hex 70 56 63 0 17 C 38 14A D 27
Octal 160 126 143 0 27 14 70 512 15 47
Binary 1110000 1010110 1100011 0 10111 1100 111000 101001010 1101 100111

Color Harmonies of #705663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705663

Black with #705663

Text Example


Text Example

White with #705663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705663; }

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

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

background-color css

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

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

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

border-color css

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

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

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