Html Css Color HEX #705463 Cosmic

📋 copy color: '#705463'

red 112 ◦ green 84 ◦ blue 99

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

Shades of Cosmic #705463

Tints of Cosmic #705463

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.47%

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

R = 37.97%
G = 28.47%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#705463 (or 0x705463) is known color: Cosmic. HEX triplet: 70, 54 and 63. RGB value is (112,84,99). Sum of RGB (Red+Green+Blue) = 112+84+99=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 84 (33.20% from 255 or 28.47% from 295); Blue value is 99 (39.06% from 255 or 33.56% from 295); Max value from RGB is 112 - color contains mainly: red. Hex color #705463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705463 is #8FAB9C. Grayscale: #5E5E5E. Windows color (decimal): -9415581 or 6509680. OLE color: 6509680.

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

Color convert

RGB 112 84 99 -
CMYK 0 0.25 0.12 0.56
HSL 327.86º 0.14% 0.38% -
HSV(B) 327.86º 0.25% 0.44% -
XYZ 12.1 10.69 13.23 -
YUV 94.08 130.78 140.78 -
System Red Green Blue C M Y K H S L
Decimal 112 84 99 0 0.25 0.12 0.56 327.86 0.14 0.38
Hex 70 54 63 0 19 C 38 148 E 26
Octal 160 124 143 0 31 14 70 510 16 46
Binary 1110000 1010100 1100011 0 11001 1100 111000 101001000 1110 100110

Color Harmonies of #705463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705463

Black with #705463

Text Example


Text Example

White with #705463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705463; }

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

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

background-color css

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

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

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

border-color css

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

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

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