Html Css Color HEX #705863 Cosmic

📋 copy color: '#705863'

red 112 ◦ green 88 ◦ blue 99

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

Shades of Cosmic #705863

Tints of Cosmic #705863

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.43%

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

R = 37.46%
G = 29.43%
B = 33.11%

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

#705863 (or 0x705863) is known color: Cosmic. HEX triplet: 70, 58 and 63. RGB value is (112,88,99). Sum of RGB (Red+Green+Blue) = 112+88+99=299 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.46% from 299); Green value is 88 (34.77% from 255 or 29.43% from 299); Blue value is 99 (39.06% from 255 or 33.11% from 299); Max value from RGB is 112 - color contains mainly: red. Hex color #705863 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705863 is #8FA79C. Grayscale: #606060. Windows color (decimal): -9414557 or 6510704. OLE color: 6510704.

HSL color Cylindrical-coordinate representation of color #705863: hue angle of 332.5º degrees, saturation: 0.12, 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 #705863 is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 88 99 -
CMYK 0 0.21 0.12 0.56
HSL 332.5º 0.12% 0.39% -
HSV(B) 332.5º 0.21% 0.44% -
XYZ 12.42 11.33 13.34 -
YUV 96.43 129.45 139.11 -
System Red Green Blue C M Y K H S L
Decimal 112 88 99 0 0.21 0.12 0.56 332.5 0.12 0.39
Hex 70 58 63 0 15 C 38 14C C 27
Octal 160 130 143 0 25 14 70 514 14 47
Binary 1110000 1011000 1100011 0 10101 1100 111000 101001100 1100 100111

Color Harmonies of #705863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705863

Black with #705863

Text Example


Text Example

White with #705863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705863; }

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

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

background-color css

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

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

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

border-color css

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

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

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