Html Css Color HEX #705866 Cosmic

📋 copy color: '#705866'

red 112 ◦ green 88 ◦ blue 102

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

Shades of Cosmic #705866

Tints of Cosmic #705866

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.14%

 BLUE value IS 102 (40.23% from 255) = 33.77%

R = 37.09%
G = 29.14%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#705866 (or 0x705866) is known color: Cosmic. HEX triplet: 70, 58 and 66. RGB value is (112,88,102). Sum of RGB (Red+Green+Blue) = 112+88+102=302 (40% of max value = 765). Red value is 112 (44.14% from 255 or 37.09% from 302); Green value is 88 (34.77% from 255 or 29.14% from 302); Blue value is 102 (40.23% from 255 or 33.77% from 302); Max value from RGB is 112 - color contains mainly: red. Hex color #705866 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705866 is #8FA799. Grayscale: #606060. Windows color (decimal): -9414554 or 6707312. OLE color: 6707312.

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

Color convert

RGB 112 88 102 -
CMYK 0 0.21 0.09 0.56
HSL 325º 0.12% 0.39% -
HSV(B) 325º 0.21% 0.44% -
XYZ 12.57 11.38 14.11 -
YUV 96.77 130.95 138.86 -
System Red Green Blue C M Y K H S L
Decimal 112 88 102 0 0.21 0.09 0.56 325 0.12 0.39
Hex 70 58 66 0 15 9 38 145 C 27
Octal 160 130 146 0 25 11 70 505 14 47
Binary 1110000 1011000 1100110 0 10101 1001 111000 101000101 1100 100111

Color Harmonies of #705866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705866

Black with #705866

Text Example


Text Example

White with #705866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705866; }

 p { color: rgb(112,88,102); }

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

background-color css

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

 a { background-color: rgb(112,88,102); }

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

border-color css

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

 span { border-color: rgb(112,88,102); }

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