Html Css Color HEX #705460 Cosmic

📋 copy color: '#705460'

red 112 ◦ green 84 ◦ blue 96

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

Shades of Cosmic #705460

Tints of Cosmic #705460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 32.88%

R = 38.36%
G = 28.77%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#705460 (or 0x705460) is known color: Cosmic. HEX triplet: 70, 54 and 60. RGB value is (112,84,96). Sum of RGB (Red+Green+Blue) = 112+84+96=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 84 (33.20% from 255 or 28.77% from 292); Blue value is 96 (37.89% from 255 or 32.88% from 292); Max value from RGB is 112 - color contains mainly: red. Hex color #705460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705460 is #8FAB9F. Grayscale: #5D5D5D. Windows color (decimal): -9415584 or 6313072. OLE color: 6313072.

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

Color convert

RGB 112 84 96 -
CMYK 0 0.25 0.14 0.56
HSL 334.29º 0.14% 0.38% -
HSV(B) 334.29º 0.25% 0.44% -
XYZ 11.96 10.63 12.49 -
YUV 93.74 129.28 141.02 -
System Red Green Blue C M Y K H S L
Decimal 112 84 96 0 0.25 0.14 0.56 334.29 0.14 0.38
Hex 70 54 60 0 19 E 38 14E E 26
Octal 160 124 140 0 31 16 70 516 16 46
Binary 1110000 1010100 1100000 0 11001 1110 111000 101001110 1110 100110

Color Harmonies of #705460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705460

Black with #705460

Text Example


Text Example

White with #705460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705460; }

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

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

background-color css

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

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

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

border-color css

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

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

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