Html Css Color HEX #705562 Cosmic

📋 copy color: '#705562'

red 112 ◦ green 85 ◦ blue 98

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

Shades of Cosmic #705562

Tints of Cosmic #705562

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.81%

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

R = 37.97%
G = 28.81%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#705562 (or 0x705562) is known color: Cosmic. HEX triplet: 70, 55 and 62. RGB value is (112,85,98). Sum of RGB (Red+Green+Blue) = 112+85+98=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 98 (38.67% from 255 or 33.22% from 295); Max value from RGB is 112 - color contains mainly: red. Hex color #705562 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705562 is #8FAA9D. Grayscale: #5E5E5E. Windows color (decimal): -9415326 or 6444400. OLE color: 6444400.

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

Color convert

RGB 112 85 98 -
CMYK 0 0.24 0.13 0.56
HSL 331.11º 0.14% 0.39% -
HSV(B) 331.11º 0.24% 0.44% -
XYZ 12.14 10.82 13 -
YUV 94.56 129.95 140.44 -
System Red Green Blue C M Y K H S L
Decimal 112 85 98 0 0.24 0.13 0.56 331.11 0.14 0.39
Hex 70 55 62 0 18 D 38 14B E 27
Octal 160 125 142 0 30 15 70 513 16 47
Binary 1110000 1010101 1100010 0 11000 1101 111000 101001011 1110 100111

Color Harmonies of #705562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705562

Black with #705562

Text Example


Text Example

White with #705562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705562; }

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

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

background-color css

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

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

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

border-color css

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

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

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