Html Css Color HEX #705B66 Cosmic

📋 copy color: '#705B66'

red 112 ◦ green 91 ◦ blue 102

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

Shades of Cosmic #705B66

Tints of Cosmic #705B66

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.84%

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

R = 36.72%
G = 29.84%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#705B66 (or 0x705B66) is known color: Cosmic. HEX triplet: 70, 5B and 66. RGB value is (112,91,102). Sum of RGB (Red+Green+Blue) = 112+91+102=305 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.72% from 305); Green value is 91 (35.94% from 255 or 29.84% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 112 - color contains mainly: red. Hex color #705B66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705B66 is #8FA499. Grayscale: #626262. Windows color (decimal): -9413786 or 6708080. OLE color: 6708080.

HSL color Cylindrical-coordinate representation of color #705B66: hue angle of 328.57º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #705B66 is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 91 102 -
CMYK 0 0.19 0.09 0.56
HSL 328.57º 0.1% 0.4% -
HSV(B) 328.57º 0.19% 0.44% -
XYZ 12.82 11.89 14.19 -
YUV 98.53 129.96 137.61 -
System Red Green Blue C M Y K H S L
Decimal 112 91 102 0 0.19 0.09 0.56 328.57 0.1 0.4
Hex 70 5B 66 0 13 9 38 149 A 28
Octal 160 133 146 0 23 11 70 511 12 50
Binary 1110000 1011011 1100110 0 10011 1001 111000 101001001 1010 101000

Color Harmonies of #705B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705B66

Black with #705B66

Text Example


Text Example

White with #705B66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705B66; }

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

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

background-color css

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

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

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

border-color css

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

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

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