Html Css Color HEX #706464 Dim Gray

📋 copy color: '#706464'

red 112 ◦ green 100 ◦ blue 100

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

Shades of Dim Gray #706464

Tints of Dim Gray #706464

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.05%

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

R = 35.9%
G = 32.05%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#706464 (or 0x706464) is known color: Dim Gray. HEX triplet: 70, 64 and 64. RGB value is (112,100,100). Sum of RGB (Red+Green+Blue) = 112+100+100=312 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.90% from 312); Green value is 100 (39.45% from 255 or 32.05% from 312); Blue value is 100 (39.45% from 255 or 32.05% from 312); Max value from RGB is 112 - color contains mainly: red. Hex color #706464 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706464 is #8F9B9B. Grayscale: #676767. Windows color (decimal): -9411484 or 6579312. OLE color: 6579312.

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

Color convert

RGB 112 100 100 -
CMYK 0 0.11 0.11 0.56
HSL 0.06% 0.42% -
HSV(B) 0.11% 0.44% -
XYZ 13.54 13.48 13.94 -
YUV 103.59 125.98 134 -
System Red Green Blue C M Y K H S L
Decimal 112 100 100 0 0.11 0.11 0.56 0 0.06 0.42
Hex 70 64 64 0 B B 38 0 6 2A
Octal 160 144 144 0 13 13 70 0 6 52
Binary 1110000 1100100 1100100 0 1011 1011 111000 0 110 101010

Color Harmonies of #706464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706464

Black with #706464

Text Example


Text Example

White with #706464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706464; }

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

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

background-color css

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

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

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

border-color css

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

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

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