Html Css Color HEX #705760 Cosmic

📋 copy color: '#705760'

red 112 ◦ green 87 ◦ blue 96

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

Shades of Cosmic #705760

Tints of Cosmic #705760

RGB

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

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

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

R = 37.97%
G = 29.49%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#705760 (or 0x705760) is known color: Cosmic. HEX triplet: 70, 57 and 60. RGB value is (112,87,96). Sum of RGB (Red+Green+Blue) = 112+87+96=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 87 (34.38% from 255 or 29.49% from 295); Blue value is 96 (37.89% from 255 or 32.54% from 295); Max value from RGB is 112 - color contains mainly: red. Hex color #705760 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705760 is #8FA89F. Grayscale: #5F5F5F. Windows color (decimal): -9414816 or 6313840. OLE color: 6313840.

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

Color convert

RGB 112 87 96 -
CMYK 0 0.22 0.14 0.56
HSL 338.4º 0.13% 0.39% -
HSV(B) 338.4º 0.22% 0.44% -
XYZ 12.2 11.11 12.57 -
YUV 95.5 128.28 139.77 -
System Red Green Blue C M Y K H S L
Decimal 112 87 96 0 0.22 0.14 0.56 338.4 0.13 0.39
Hex 70 57 60 0 16 E 38 152 D 27
Octal 160 127 140 0 26 16 70 522 15 47
Binary 1110000 1010111 1100000 0 10110 1110 111000 101010010 1101 100111

Color Harmonies of #705760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705760

Black with #705760

Text Example


Text Example

White with #705760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705760; }

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

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

background-color css

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

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

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

border-color css

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

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

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