Html Css Color HEX #705362 Cosmic

📋 copy color: '#705362'

red 112 ◦ green 83 ◦ blue 98

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

Shades of Cosmic #705362

Tints of Cosmic #705362

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.33%

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

R = 38.23%
G = 28.33%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#705362 (or 0x705362) is known color: Cosmic. HEX triplet: 70, 53 and 62. RGB value is (112,83,98). Sum of RGB (Red+Green+Blue) = 112+83+98=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 83 (32.81% from 255 or 28.33% from 293); Blue value is 98 (38.67% from 255 or 33.45% from 293); Max value from RGB is 112 - color contains mainly: red. Hex color #705362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705362 is #8FAC9D. Grayscale: #5D5D5D. Windows color (decimal): -9415838 or 6443888. OLE color: 6443888.

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

Color convert

RGB 112 83 98 -
CMYK 0 0.26 0.13 0.56
HSL 328.97º 0.15% 0.38% -
HSV(B) 328.97º 0.26% 0.44% -
XYZ 11.98 10.51 12.95 -
YUV 93.38 130.61 141.28 -
System Red Green Blue C M Y K H S L
Decimal 112 83 98 0 0.26 0.13 0.56 328.97 0.15 0.38
Hex 70 53 62 0 1A D 38 149 F 26
Octal 160 123 142 0 32 15 70 511 17 46
Binary 1110000 1010011 1100010 0 11010 1101 111000 101001001 1111 100110

Color Harmonies of #705362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705362

Black with #705362

Text Example


Text Example

White with #705362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705362; }

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

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

background-color css

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

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

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

border-color css

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

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

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