Html Css Color HEX #706968 Dim Gray

📋 copy color: '#706968'

red 112 ◦ green 105 ◦ blue 104

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

Shades of Dim Gray #706968

Tints of Dim Gray #706968

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.71%

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

R = 34.89%
G = 32.71%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#706968 (or 0x706968) is known color: Dim Gray. HEX triplet: 70, 69 and 68. RGB value is (112,105,104). Sum of RGB (Red+Green+Blue) = 112+105+104=321 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.89% from 321); Green value is 105 (41.41% from 255 or 32.71% from 321); Blue value is 104 (41.02% from 255 or 32.40% from 321); Max value from RGB is 112 - color contains mainly: red. Hex color #706968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706968 is #8F9697. Grayscale: #6A6A6A. Windows color (decimal): -9410200 or 6842736. OLE color: 6842736.

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

Color convert

RGB 112 105 104 -
CMYK 0 0.06 0.07 0.56
HSL 7.5º 0.04% 0.42% -
HSV(B) 7.5º 0.07% 0.44% -
XYZ 14.23 14.55 15.15 -
YUV 106.98 126.32 131.58 -
System Red Green Blue C M Y K H S L
Decimal 112 105 104 0 0.06 0.07 0.56 7.5 0.04 0.42
Hex 70 69 68 0 6 7 38 8 4 2A
Octal 160 151 150 0 6 7 70 10 4 52
Binary 1110000 1101001 1101000 0 110 111 111000 1000 100 101010

Color Harmonies of #706968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706968

Black with #706968

Text Example


Text Example

White with #706968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706968; }

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

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

background-color css

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

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

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

border-color css

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

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

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