Html Css Color HEX #705062 Cosmic

📋 copy color: '#705062'

red 112 ◦ green 80 ◦ blue 98

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

Shades of Cosmic #705062

Tints of Cosmic #705062

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.59%

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

R = 38.62%
G = 27.59%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#705062 (or 0x705062) is known color: Cosmic. HEX triplet: 70, 50 and 62. RGB value is (112,80,98). Sum of RGB (Red+Green+Blue) = 112+80+98=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 98 (38.67% from 255 or 33.79% from 290); Max value from RGB is 112 - color contains mainly: red. Hex color #705062 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705062 is #8FAF9D. Grayscale: #5B5B5B. Windows color (decimal): -9416606 or 6443120. OLE color: 6443120.

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

Color convert

RGB 112 80 98 -
CMYK 0 0.29 0.13 0.56
HSL 326.25º 0.17% 0.38% -
HSV(B) 326.25º 0.29% 0.44% -
XYZ 11.76 10.06 12.88 -
YUV 91.62 131.6 142.54 -
System Red Green Blue C M Y K H S L
Decimal 112 80 98 0 0.29 0.13 0.56 326.25 0.17 0.38
Hex 70 50 62 0 1D D 38 146 11 26
Octal 160 120 142 0 35 15 70 506 21 46
Binary 1110000 1010000 1100010 0 11101 1101 111000 101000110 10001 100110

Color Harmonies of #705062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705062

Black with #705062

Text Example


Text Example

White with #705062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705062; }

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

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

background-color css

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

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

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

border-color css

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

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

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