Html Css Color HEX #706664 Dim Gray

📋 copy color: '#706664'

red 112 ◦ green 102 ◦ blue 100

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

Shades of Dim Gray #706664

Tints of Dim Gray #706664

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.48%

 BLUE value IS 100 (39.45% from 255) = 31.85%

R = 35.67%
G = 32.48%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#706664 (or 0x706664) is known color: Dim Gray. HEX triplet: 70, 66 and 64. RGB value is (112,102,100). Sum of RGB (Red+Green+Blue) = 112+102+100=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 102 (40.23% from 255 or 32.48% from 314); Blue value is 100 (39.45% from 255 or 31.85% from 314); Max value from RGB is 112 - color contains mainly: red. Hex color #706664 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706664 is #8F999B. Grayscale: #686868. Windows color (decimal): -9410972 or 6579824. OLE color: 6579824.

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

Color convert

RGB 112 102 100 -
CMYK 0 0.09 0.11 0.56
HSL 10º 0.06% 0.42% -
HSV(B) 10º 0.11% 0.44% -
XYZ 13.73 13.87 14.01 -
YUV 104.76 125.31 133.16 -
System Red Green Blue C M Y K H S L
Decimal 112 102 100 0 0.09 0.11 0.56 10 0.06 0.42
Hex 70 66 64 0 9 B 38 A 6 2A
Octal 160 146 144 0 11 13 70 12 6 52
Binary 1110000 1100110 1100100 0 1001 1011 111000 1010 110 101010

Color Harmonies of #706664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706664

Black with #706664

Text Example


Text Example

White with #706664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706664; }

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

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

background-color css

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

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

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

border-color css

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

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

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