Html Css Color HEX #705560 Cosmic

📋 copy color: '#705560'

red 112 ◦ green 85 ◦ blue 96

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

Shades of Cosmic #705560

Tints of Cosmic #705560

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.01%

 BLUE value IS 96 (37.89% from 255) = 32.76%

R = 38.23%
G = 29.01%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#705560 (or 0x705560) is known color: Cosmic. HEX triplet: 70, 55 and 60. RGB value is (112,85,96). Sum of RGB (Red+Green+Blue) = 112+85+96=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 85 (33.59% from 255 or 29.01% from 293); Blue value is 96 (37.89% from 255 or 32.76% from 293); Max value from RGB is 112 - color contains mainly: red. Hex color #705560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705560 is #8FAA9F. Grayscale: #5E5E5E. Windows color (decimal): -9415328 or 6313328. OLE color: 6313328.

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

Color convert

RGB 112 85 96 -
CMYK 0 0.24 0.14 0.56
HSL 335.56º 0.14% 0.39% -
HSV(B) 335.56º 0.24% 0.44% -
XYZ 12.04 10.79 12.51 -
YUV 94.33 128.95 140.61 -
System Red Green Blue C M Y K H S L
Decimal 112 85 96 0 0.24 0.14 0.56 335.56 0.14 0.39
Hex 70 55 60 0 18 E 38 150 E 27
Octal 160 125 140 0 30 16 70 520 16 47
Binary 1110000 1010101 1100000 0 11000 1110 111000 101010000 1110 100111

Color Harmonies of #705560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705560

Black with #705560

Text Example


Text Example

White with #705560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705560; }

 p { color: rgb(112,85,96); }

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

background-color css

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

 a { background-color: rgb(112,85,96); }

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

border-color css

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

 span { border-color: rgb(112,85,96); }

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