Html Css Color HEX #705462 Cosmic

📋 copy color: '#705462'

red 112 ◦ green 84 ◦ blue 98

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

Shades of Cosmic #705462

Tints of Cosmic #705462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 33.33%

R = 38.1%
G = 28.57%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#705462 (or 0x705462) is known color: Cosmic. HEX triplet: 70, 54 and 62. RGB value is (112,84,98). Sum of RGB (Red+Green+Blue) = 112+84+98=294 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.10% from 294); Green value is 84 (33.20% from 255 or 28.57% from 294); Blue value is 98 (38.67% from 255 or 33.33% from 294); Max value from RGB is 112 - color contains mainly: red. Hex color #705462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705462 is #8FAB9D. Grayscale: #5D5D5D. Windows color (decimal): -9415582 or 6444144. OLE color: 6444144.

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

Color convert

RGB 112 84 98 -
CMYK 0 0.25 0.13 0.56
HSL 330º 0.14% 0.38% -
HSV(B) 330º 0.25% 0.44% -
XYZ 12.06 10.67 12.98 -
YUV 93.97 130.28 140.86 -
System Red Green Blue C M Y K H S L
Decimal 112 84 98 0 0.25 0.13 0.56 330 0.14 0.38
Hex 70 54 62 0 19 D 38 14A E 26
Octal 160 124 142 0 31 15 70 512 16 46
Binary 1110000 1010100 1100010 0 11001 1101 111000 101001010 1110 100110

Color Harmonies of #705462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705462

Black with #705462

Text Example


Text Example

White with #705462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705462; }

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

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

background-color css

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

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

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

border-color css

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

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

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