Html Css Color HEX #705564 Cosmic

📋 copy color: '#705564'

red 112 ◦ green 85 ◦ blue 100

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

Shades of Cosmic #705564

Tints of Cosmic #705564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 33.67%

R = 37.71%
G = 28.62%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#705564 (or 0x705564) is known color: Cosmic. HEX triplet: 70, 55 and 64. RGB value is (112,85,100). Sum of RGB (Red+Green+Blue) = 112+85+100=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 85 (33.59% from 255 or 28.62% from 297); Blue value is 100 (39.45% from 255 or 33.67% from 297); Max value from RGB is 112 - color contains mainly: red. Hex color #705564 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705564 is #8FAA9B. Grayscale: #5E5E5E. Windows color (decimal): -9415324 or 6575472. OLE color: 6575472.

HSL color Cylindrical-coordinate representation of color #705564: hue angle of 326.67º 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 #705564 is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 85 100 -
CMYK 0 0.24 0.11 0.56
HSL 326.67º 0.14% 0.39% -
HSV(B) 326.67º 0.24% 0.44% -
XYZ 12.23 10.86 13.51 -
YUV 94.78 130.95 140.28 -
System Red Green Blue C M Y K H S L
Decimal 112 85 100 0 0.24 0.11 0.56 326.67 0.14 0.39
Hex 70 55 64 0 18 B 38 147 E 27
Octal 160 125 144 0 30 13 70 507 16 47
Binary 1110000 1010101 1100100 0 11000 1011 111000 101000111 1110 100111

Color Harmonies of #705564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705564

Black with #705564

Text Example


Text Example

White with #705564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705564; }

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

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

background-color css

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

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

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

border-color css

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

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

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