Html Css Color HEX #706665 Dim Gray

📋 copy color: '#706665'

red 112 ◦ green 102 ◦ blue 101

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

Shades of Dim Gray #706665

Tints of Dim Gray #706665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 32.06%

R = 35.56%
G = 32.38%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#706665 (or 0x706665) is known color: Dim Gray. HEX triplet: 70, 66 and 65. RGB value is (112,102,101). Sum of RGB (Red+Green+Blue) = 112+102+101=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 102 (40.23% from 255 or 32.38% from 315); Blue value is 101 (39.84% from 255 or 32.06% from 315); Max value from RGB is 112 - color contains mainly: red. Hex color #706665 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706665 is #8F999A. Grayscale: #686868. Windows color (decimal): -9410971 or 6645360. OLE color: 6645360.

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

Color convert

RGB 112 102 101 -
CMYK 0 0.09 0.10 0.56
HSL 5.45º 0.05% 0.42% -
HSV(B) 5.45º 0.1% 0.44% -
XYZ 13.78 13.89 14.27 -
YUV 104.88 125.81 133.08 -
System Red Green Blue C M Y K H S L
Decimal 112 102 101 0 0.09 0.10 0.56 5.45 0.05 0.42
Hex 70 66 65 0 9 A 38 5 5 2A
Octal 160 146 145 0 11 12 70 5 5 52
Binary 1110000 1100110 1100101 0 1001 1010 111000 101 101 101010

Color Harmonies of #706665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706665

Black with #706665

Text Example


Text Example

White with #706665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706665; }

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

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

background-color css

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

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

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

border-color css

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

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

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