Html Css Color HEX #705764 Cosmic

📋 copy color: '#705764'

red 112 ◦ green 87 ◦ blue 100

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

Shades of Cosmic #705764

Tints of Cosmic #705764

RGB

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

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

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

R = 37.46%
G = 29.1%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#705764 (or 0x705764) is known color: Cosmic. HEX triplet: 70, 57 and 64. RGB value is (112,87,100). Sum of RGB (Red+Green+Blue) = 112+87+100=299 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.46% from 299); Green value is 87 (34.38% from 255 or 29.10% from 299); Blue value is 100 (39.45% from 255 or 33.44% from 299); Max value from RGB is 112 - color contains mainly: red. Hex color #705764 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705764 is #8FA89B. Grayscale: #5F5F5F. Windows color (decimal): -9414812 or 6575984. OLE color: 6575984.

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

Color convert

RGB 112 87 100 -
CMYK 0 0.22 0.11 0.56
HSL 328.8º 0.13% 0.39% -
HSV(B) 328.8º 0.22% 0.44% -
XYZ 12.39 11.18 13.56 -
YUV 95.96 130.28 139.44 -
System Red Green Blue C M Y K H S L
Decimal 112 87 100 0 0.22 0.11 0.56 328.8 0.13 0.39
Hex 70 57 64 0 16 B 38 149 D 27
Octal 160 127 144 0 26 13 70 511 15 47
Binary 1110000 1010111 1100100 0 10110 1011 111000 101001001 1101 100111

Color Harmonies of #705764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705764

Black with #705764

Text Example


Text Example

White with #705764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705764; }

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

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

background-color css

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

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

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

border-color css

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

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

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