Html Css Color HEX #706564 Dim Gray

📋 copy color: '#706564'

red 112 ◦ green 101 ◦ blue 100

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

Shades of Dim Gray #706564

Tints of Dim Gray #706564

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.27%

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

R = 35.78%
G = 32.27%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#706564 (or 0x706564) is known color: Dim Gray. HEX triplet: 70, 65 and 64. RGB value is (112,101,100). Sum of RGB (Red+Green+Blue) = 112+101+100=313 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.78% from 313); Green value is 101 (39.84% from 255 or 32.27% from 313); Blue value is 100 (39.45% from 255 or 31.95% from 313); Max value from RGB is 112 - color contains mainly: red. Hex color #706564 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706564 is #8F9A9B. Grayscale: #686868. Windows color (decimal): -9411228 or 6579568. OLE color: 6579568.

HSL color Cylindrical-coordinate representation of color #706564: hue angle of 5º 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 #706564 is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 101 100 -
CMYK 0 0.10 0.11 0.56
HSL 0.06% 0.42% -
HSV(B) 0.11% 0.44% -
XYZ 13.64 13.67 13.98 -
YUV 104.18 125.64 133.58 -
System Red Green Blue C M Y K H S L
Decimal 112 101 100 0 0.10 0.11 0.56 5 0.06 0.42
Hex 70 65 64 0 A B 38 5 6 2A
Octal 160 145 144 0 12 13 70 5 6 52
Binary 1110000 1100101 1100100 0 1010 1011 111000 101 110 101010

Color Harmonies of #706564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706564

Black with #706564

Text Example


Text Example

White with #706564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706564; }

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

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

background-color css

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

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

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

border-color css

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

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

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