Html Css Color HEX #706766 Dim Gray

📋 copy color: '#706766'

red 112 ◦ green 103 ◦ blue 102

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

Shades of Dim Gray #706766

Tints of Dim Gray #706766

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.49%

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

R = 35.33%
G = 32.49%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#706766 (or 0x706766) is known color: Dim Gray. HEX triplet: 70, 67 and 66. RGB value is (112,103,102). Sum of RGB (Red+Green+Blue) = 112+103+102=317 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.33% from 317); Green value is 103 (40.62% from 255 or 32.49% from 317); Blue value is 102 (40.23% from 255 or 32.18% from 317); Max value from RGB is 112 - color contains mainly: red. Hex color #706766 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706766 is #8F9899. Grayscale: #696969. Windows color (decimal): -9410714 or 6711152. OLE color: 6711152.

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

Color convert

RGB 112 103 102 -
CMYK 0 0.08 0.09 0.56
HSL 0.05% 0.42% -
HSV(B) 0.09% 0.44% -
XYZ 13.93 14.1 14.56 -
YUV 105.58 125.98 132.58 -
System Red Green Blue C M Y K H S L
Decimal 112 103 102 0 0.08 0.09 0.56 6 0.05 0.42
Hex 70 67 66 0 8 9 38 6 5 2A
Octal 160 147 146 0 10 11 70 6 5 52
Binary 1110000 1100111 1100110 0 1000 1001 111000 110 101 101010

Color Harmonies of #706766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706766

Black with #706766

Text Example


Text Example

White with #706766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706766; }

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

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

background-color css

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

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

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

border-color css

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

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

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