Html Css Color HEX #706868 Dim Gray

📋 copy color: '#706868'

red 112 ◦ green 104 ◦ blue 104

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

Shades of Dim Gray #706868

Tints of Dim Gray #706868

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.5%

 BLUE value IS 104 (41.02% from 255) = 32.5%

R = 35%
G = 32.5%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#706868 (or 0x706868) is known color: Dim Gray. HEX triplet: 70, 68 and 68. RGB value is (112,104,104). Sum of RGB (Red+Green+Blue) = 112+104+104=320 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35% from 320); Green value is 104 (41.02% from 255 or 32.5% from 320); Blue value is 104 (41.02% from 255 or 32.5% from 320); Max value from RGB is 112 - color contains mainly: red. Hex color #706868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706868 is #8F9797. Grayscale: #6A6A6A. Windows color (decimal): -9410456 or 6842480. OLE color: 6842480.

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

Color convert

RGB 112 104 104 -
CMYK 0 0.07 0.07 0.56
HSL 0.04% 0.42% -
HSV(B) 0.07% 0.44% -
XYZ 14.13 14.34 15.12 -
YUV 106.39 126.65 132 -
System Red Green Blue C M Y K H S L
Decimal 112 104 104 0 0.07 0.07 0.56 0 0.04 0.42
Hex 70 68 68 0 7 7 38 0 4 2A
Octal 160 150 150 0 7 7 70 0 4 52
Binary 1110000 1101000 1101000 0 111 111 111000 0 100 101010

Color Harmonies of #706868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706868

Black with #706868

Text Example


Text Example

White with #706868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706868; }

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

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

background-color css

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

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

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

border-color css

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

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

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