Html Css Color HEX #705361 Cosmic

📋 copy color: '#705361'

red 112 ◦ green 83 ◦ blue 97

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

Shades of Cosmic #705361

Tints of Cosmic #705361

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.42%

 BLUE value IS 97 (38.28% from 255) = 33.22%

R = 38.36%
G = 28.42%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#705361 (or 0x705361) is known color: Cosmic. HEX triplet: 70, 53 and 61. RGB value is (112,83,97). Sum of RGB (Red+Green+Blue) = 112+83+97=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 83 (32.81% from 255 or 28.42% from 292); Blue value is 97 (38.28% from 255 or 33.22% from 292); Max value from RGB is 112 - color contains mainly: red. Hex color #705361 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705361 is #8FAC9E. Grayscale: #5D5D5D. Windows color (decimal): -9415839 or 6378352. OLE color: 6378352.

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

Color convert

RGB 112 83 97 -
CMYK 0 0.26 0.13 0.56
HSL 331.03º 0.15% 0.38% -
HSV(B) 331.03º 0.26% 0.44% -
XYZ 11.93 10.49 12.71 -
YUV 93.27 130.11 141.36 -
System Red Green Blue C M Y K H S L
Decimal 112 83 97 0 0.26 0.13 0.56 331.03 0.15 0.38
Hex 70 53 61 0 1A D 38 14B F 26
Octal 160 123 141 0 32 15 70 513 17 46
Binary 1110000 1010011 1100001 0 11010 1101 111000 101001011 1111 100110

Color Harmonies of #705361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705361

Black with #705361

Text Example


Text Example

White with #705361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705361; }

 p { color: rgb(112,83,97); }

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

background-color css

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

 a { background-color: rgb(112,83,97); }

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

border-color css

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

 span { border-color: rgb(112,83,97); }

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