Html Css Color HEX #705963 Cosmic

📋 copy color: '#705963'

red 112 ◦ green 89 ◦ blue 99

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

Shades of Cosmic #705963

Tints of Cosmic #705963

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.67%

 BLUE value IS 99 (39.06% from 255) = 33%

R = 37.33%
G = 29.67%
B = 33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#705963 (or 0x705963) is known color: Cosmic. HEX triplet: 70, 59 and 63. RGB value is (112,89,99). Sum of RGB (Red+Green+Blue) = 112+89+99=300 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.33% from 300); Green value is 89 (35.16% from 255 or 29.67% from 300); Blue value is 99 (39.06% from 255 or 33% from 300); Max value from RGB is 112 - color contains mainly: red. Hex color #705963 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705963 is #8FA69C. Grayscale: #616161. Windows color (decimal): -9414301 or 6510960. OLE color: 6510960.

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

Color convert

RGB 112 89 99 -
CMYK 0 0.21 0.12 0.56
HSL 333.91º 0.11% 0.39% -
HSV(B) 333.91º 0.21% 0.44% -
XYZ 12.51 11.49 13.36 -
YUV 97.02 129.12 138.69 -
System Red Green Blue C M Y K H S L
Decimal 112 89 99 0 0.21 0.12 0.56 333.91 0.11 0.39
Hex 70 59 63 0 15 C 38 14E B 27
Octal 160 131 143 0 25 14 70 516 13 47
Binary 1110000 1011001 1100011 0 10101 1100 111000 101001110 1011 100111

Color Harmonies of #705963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705963

Black with #705963

Text Example


Text Example

White with #705963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705963; }

 p { color: rgb(112,89,99); }

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

background-color css

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

 a { background-color: rgb(112,89,99); }

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

border-color css

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

 span { border-color: rgb(112,89,99); }

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